This is second post in the series on ASP.NET SignalR. You can access first post from the following link
Learning ASP.NET SignalR – Part 1
In this post, we’ll examine, How SignalR works on various environments. We’ll try dig it out with the help of an example.
First let me know, when you require real time update your UI?
A chat application?
Right. But it’s not the chat application only, you can use it at many other scenarios like any real time data requirement, collaborative applications, Real time loggers, Real Time dashboards, Games, Stock market, Real time news, Live match feeds etc… and many more.
But for this analysis, we’ll use chat application. And will discuss other scenarios in my next post.