ASP.NET SignalR is a new library for ASP.NET developers that makes developing real-time web functionality easy. SignalR allows bi-directional communication between server and client. Servers can now push content to connected clients instantly as it becomes available. SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers. SignalR includes APIs for connection management (for instance, connect and disconnect events), grouping connections, and authorization.
What SignalR is, platforms it runs on, and how to get started.
By Patrick Fletcher|
This article describes what SignalR is and what it can be used for.
By Patrick Fletcher|
This article describes what clients and servers are supported by SignalR.
By Patrick Fletcher|
This tutorial shows how to use SignalR to create a real-time chat application. You will add SignalR to an empty ASP.NET web application and create an HTML page to send and display messages.
By Tim Teebken and Patrick Fletcher|
This tutorial shows how to use ASP.NET SignalR 2 to create a real-time chat application. You will add SignalR to an MVC 5 application and create a chat view to send and display messages. Software v...
By Patrick Fletcher|
This tutorial shows how to create a web application that uses ASP.NET SignalR to provide high-frequency messaging functionality. High-frequency messaging in this case means updates that are sent at...
By Tom Dykstra and Tom FitzMacken|
This tutorial shows how to create a web application that uses ASP.NET SignalR 2 to provide server broadcast functionality. Server broadcast means that communications sent to clients are initiated b...
By Web Camps Team|
In this hands-on lab you will learn how to send notifications from server to client using SignalR, and Scale Out your SignalR application using SQL Server.