Wednesday, February 15, 2012

SignalR - notifying clients about server events

Use signalR in scenarios where you are polling server after fix interval to check if server has something which client needs to update. With SignalR it becomes very easy to implement solutions which require real time asynch connection with server.
If you are completely new to the term SignalR, then please read this Scott Hanselman's this post and visit SignalR's page on GitHub.