This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data.
First released | 2013 |
Developed by | David Fowler, Damian Edwards |
Latest stable version | 2 |
Open-source | Not defined |
SignalR takes advantage of WebSocket, an HTML5 API that enables bi-directional communication between the browser and server.