Skip to content

A sample Blazor chat application using SignalR

Notifications You must be signed in to change notification settings

Turochamp/BlazorChatSample

 
 

Repository files navigation

Blazor Chat Sample

Build Status

Now upgraded for .NET core 3.2.0 rtm - please ensure you have installed the latest Blazor templates and VS 2019 preview.

This application demonstrates the use of SignalR to create a Blazor chat application.

Now JavaScript-Free!

The app now uses the Microsoft.AspNetCore.SignalR.Client library which is now compatible with the Mono WASM runtime. This really simplifies the ChatClient code.

Previously this sample used JavaScript SignalR client. If you want to see how the JavaScript client version worked, I've retained it in this branch

Demo

A demo application is available at https://blazorchatsample.azurewebsites.net

Improvements & Suggestions

If you have any improvements or suggestions please submit as issues/pull requests on the Github repo.

Acknowledgements

Thanks to Code-Boxx for the article https://code-boxx.com/responsive-css-speech-bubbles/ that helped me create simple CSS speech bubbles that improve the layout.

About

A sample Blazor chat application using SignalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.1%
  • HTML 31.6%
  • CSS 12.3%