iammukeshm / BlazorChat

Building a Complete Chat Application in Blazor WebAssembly 5.0 with SignalR and Identity. UI is taken care by MudBlazor Component Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor Chat with SignalR and Identity

Building a Complete Chat Application in Blazor WebAssembly 5.0 with SignalR and Identity. UI is taken care by MudBlazor Component Library.

Let's Build a Chat Application with Blazor using Identity and SignalR.

I am compiling this guide to cover each and everything you would need to know while building Realtime Chat Applications with Blazor that is linked to Microsoft Identity as well. This enables us to have a one-on-one chat with the registered users in our system.

Here are the topics/features covered.

  • Blazor WebAssembly 5.0 with ASP.NET Core Hosted Model.
  • MudBlazor Integrations – Super cool UI.
  • SignalR Integrations – Real-time Messaging with Hubs.
  • Cascade Parameters.
  • Chat with Registered Users.
  • Chats get stored to Database via EFCore.
  • Notification Popup for new messages.
  • Notification Tone for new messages.
  • Demonstration
  • Complete Source Code Available.

Read the entire guide here : https://codewithmukesh.com/blog/realtime-chat-application-with-blazor

Buy Me A Coffee

About

Building a Complete Chat Application in Blazor WebAssembly 5.0 with SignalR and Identity. UI is taken care by MudBlazor Component Library.


Languages

Language:C# 73.1%Language:HTML 22.2%Language:CSS 4.3%Language:JavaScript 0.4%