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.
"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).