From the course: Building Real-Time Web Apps with SignalR 2

Real-time websites with SignalR

From the course: Building Real-Time Web Apps with SignalR 2

Start my 1-month free trial

Real-time websites with SignalR

- [Richard] Real-time communication on the web can get pretty complicated. From implementing protocols, to making sure you support all the browsers, to ensuring your server code is set up to handle connectivity issues, it can be pretty overwhelming. The good news is SignalR with ASP.NET MVC framework has you covered. SignalR takes care of all the tricky bits involved in web-based real-time communication. From the client to the server. Handling things like browser support, message delivery, disconnections, scaling, and security. Hi, I'm Richard Rout and in this class we'll be learning the basics of SignalR with ASP.NET MVC framework. We'll look at how to add SignalR to an app and then we'll build a real-time chat application with just a few lines of code. Let's get started.

Contents