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
Wikidata facts
- Instance of
- software library
- Official website
- signalr.net
- Has use
- event-driven programming
Show 6 more facts
- copyright license
- Apache License
- operating system
- Microsoft Windows
- source code repository URL
- github.com/dotnet/aspnetcore/tree/main/src/SignalR
- software version identifier
- 2.4.3
- social media followers
- 20469
- programmed in
- C#
via Wikidata · CC0
~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.