Skip to content

A real-time chat application using Blazor Webassembly Net 5.0, SignalR and JwtBearer tokens for signing in and using it in signalr chat with chat groups.

License

Notifications You must be signed in to change notification settings

jimkangosjarvi/Chatter-WebAssembly

Repository files navigation

Chatter-WebAssembly

A SignalR WebAssembly Chat Demo with Rooms and have login and register account, database is Sqlite

Security based on JwtBearer against Sqlite

Feel free to make it better

UI is Ugly

This code is based on https://github.com/AKouki/SignalR-Chat, this is made to a pure Blazor webassembly variant without Javascript.