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: 6 months ago
JSON representation
sample chat application written with Blazor and ASP.NET Core
- Host: GitHub
- URL: https://github.com/mizrael/blazorchat
- Owner: mizrael
- Created: 2020-05-24T01:06:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:49:03.000Z (over 5 years ago)
- Last Synced: 2025-03-25T23:34:38.562Z (7 months ago)
- Topics: asp-net-core, blazor, blazor-server, chat, dotnet, dotnet-core
- Language: C#
- Homepage:
- Size: 300 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorChat

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.