Skip to content

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

Notifications You must be signed in to change notification settings

abdullahfarookk/BlazorChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.2%
  • HTML 8.1%
  • CSS 1.6%
  • JavaScript 0.1%