BlazorChat icon indicating copy to clipboard operation
BlazorChat copied to clipboard

sample chat application written with Blazor and ASP.NET Core

BlazorChat

screenshot

BlazorChat is a simple chat application written with Blazor and .NET Core 3.1. The sample code shows how to login users into a single chatroom and keep track of their online status.

Messages and Users are stored in-memory on the server.