What is "signalr"

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

In a nutshell, Signalr allows you to communicate with customers on your site in real time, through continuous connections available between browser and server (Websocket).

Extensive documentation and guides are found here.

The source code is available on Github.