By mswatcher
via mikesdotnetting.com
Submitted: Dec 31 2012 / 08:40
SignalR is a library that simplifies the creation and management of persistent connections between web servers and clients. This facilitates the development of applications that can display updates to data held on the server in real-time. Chat applications are the most obvious beneficiaries of this technology, but line-of-business applications that need to report availability to users can benefit too. Here, I look at extending the canonical SignalR chat example to incorporate a "who's typing" feature, and I also extend my previous Knockout example to use SignalR.
Tweet
SaveShareSend
Tags: .net, frameworks, ria, web design
Add your comment