GitHunt
JI

JialinXin/BlazorChatSample

A sample Blazor chat application using SignalR

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.

Languages

C#56.1%HTML31.6%CSS12.3%

Contributors

Created February 14, 2019
Updated September 1, 2020