Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/dotnet-signalr
- Owner: nhatthaiquang-agilityio
- Created: 2019-05-22T02:32:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T08:54:17.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:09:38.916Z (9 months ago)
- Topics: aspnetcore, csharp, docker, docker-compose, dotnet, signalr
- Language: HTML
- Size: 687 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)