About

SignalR is an asynchronous library for .NET to help build real-time, multi-user interactive web applications.

In a nutshell, SignalR lets you communicate with clients on your website in real time through the best continuous connections available between browser and server (WebSocket between Chrome and IIS 8, but long polling between Internet Explorer 9 and IIS 7.5).

The source code is available on GitHub.

history|show excerpt|excerpt history