Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mizrael/blazorchat

sample chat application written with Blazor and ASP.NET Core
https://github.com/mizrael/blazorchat

asp-net-core blazor blazor-server chat dotnet dotnet-core

Last synced: 3 months ago
JSON representation

sample chat application written with Blazor and ASP.NET Core

Awesome Lists containing this project

README

        

# BlazorChat

![screenshot](https://raw.githubusercontent.com/mizrael/BlazorChat/master/screenshot.JPG)

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.