Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mizrael/blazorchat
- Owner: mizrael
- Created: 2020-05-24T01:06:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:49:03.000Z (over 4 years ago)
- Last Synced: 2024-10-31T09:42:39.451Z (3 months ago)
- Topics: asp-net-core, blazor, blazor-server, chat, dotnet, dotnet-core
- Language: C#
- Homepage:
- Size: 300 KB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.