Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/dotnet-signalr

Real-time web functionality enables server-side code to push content to clients instantly.
https://github.com/nhatthaiquang-agilityio/dotnet-signalr

aspnetcore csharp docker docker-compose dotnet signalr

Last synced: 19 days ago
JSON representation

Real-time web functionality enables server-side code to push content to clients instantly.

Awesome Lists containing this project

README

        

# Dotnet SignalR
+ Create SignalR Simple Chat(dotnet)
+ Create Background Service(dotnet): receives messages from SignalR Simple Chat

### Workflow
![Workflow](./SignalR-Workflow.png)

### Reference
+ [AspNetCore](https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/signalr/background-service/sample)