serving the solutions day and night

Pages

Showing posts with label Transports. Show all posts
Showing posts with label Transports. Show all posts

Sunday, August 23, 2020

ASP.NET Core SignalR

https://github.com/mkader/SignalRExample
The ASP.NET Core SignalR repository on GitHub.

SignalR is an open source library and allows developers to simplify adding real-time web functionality to applications. 
"real-time web" functionality means that the server-side code can instantly push content to connected clients.
Examples
  • Chat applications
  • Notification applications (Team meet, share ideas)
  • Live dashboards (display instantly updated sales information).