Author: .NET Web Development and Tools Blog | Posted on: 12/17/2012 10:36:00 PM | Views : 1229

Note: This sample is targeting 1.0RC1, I will update the post after RTM is released SignalR offers a simple and clean API to write real time web applications where the server needs to continuously push data to clients. Common applications are chat, news feed, notifications, multiplayer games. In this sample, I demonstrate powerful features like: A server implementation hosted in IISExpress Client implementations running on IISExpress, a Console Application, and a Windows Store App Doing request/response operations sync and async Server pushing broadcast messages to ALL clients Server pushing group messages to specific devices like a web browser, a desktop, or a tablet. Server Server derives the Hub class, and it handles incoming requests in...(read more) ...

Go to the complete details ...