SignalR
SignalR is a library for ASP.NET developers for developing real-time web experiences. In traditional web applications, the client makes requests and the server responds. With SignalR, we have the ability to push the content from the server to the connected clients in real time. SignalR provides a simple API for creating server-to-client remote procedure calls that call JavaScript functions in client browsers (and other client platforms) from server-side .NET code. Anywhere in an application, if we need to refresh the browser for fresh data or have polling code wriiten to refresh the data, SignalR may be a good candidate for this. Some real-world applications of SignalR are chat applications where multiple users can chat, dashboards ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access