Official website (http://signalr.net/)
SignalR
Sign in to saveSignalR is a free and open-source software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. The library includes server-side and client-side JavaScript components.
Official website
Real-time ASP.NET with SignalR | .NET
SignalR in ASP.NET lets your server-side code push content to connected clients, in real-time, with client SDKs for JavaScript, .NET (C#, F#, and VB), and Java.
signalr.net →Link to the official site · 4,201 chars · not written by Vinony
~2 min read
Encyclopedic overview
5 sectionsContents
- Details
- See also
- References
- Further reading
- External links
SignalR is a free and open-source software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. The library includes server-side and client-side JavaScript components.
==Details== ASP.NET SignalR is a library for ASP.NET developers to add real-time web functionality to their applications. Real-time web functionality is the ability to have server-side code push content to the connected clients as it happens, in real-time.
Excerpted from Wikipedia’s “SignalR” article, available under the CC BY-SA 4.0 licence.