Slide 4
Slide 4 text
ASP.NET SignalR is a library for ASP.NET developers that makes it incredibly simple to add real-time web
functionality to your applications. What is "real-time web" functionality? It's the ability to have your
server-side code push content to the connected clients as it happens, in real-time.
Or…
A real cool .NET framework hosted in ASP.NET and a JavaScript library (on the client side) that helps
build collaborative web apps quickly and painlessly. It is open source and freely available on GitHub.
And…
It doesn’t have to be hosted in ASP.NET. It can also be hosted using OWIN (Open Web Interface for
.NET) or self host (console, windows service, azure, etc.).
The JavaScript library isn’t the only client side implementation as well. As of today, there are jQuery,
Native .NET, WP7, iOS, Silverlight, WinRT, and Android (via Mono) implementations.
What is SignalR?