From the course: Learning SignalR with ASP.NET Core

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

SignalR and ASP.NET Core

SignalR and ASP.NET Core

From the course: Learning SignalR with ASP.NET Core

Start my 1-month free trial

SignalR and ASP.NET Core

- [Instructor] The SignalR sever is built on top of ASP.NET Core, Microsoft's cross-platform web framework. On the technical level, SignalR is just a piece of middleware that plugs into the ASP.NET Core pipeline. This means that SignalR can benefit from the features already included in ASP.NET Core, like serializing and deserializing data models, connection security, and authentication. ASP.NET Core can be deployed to Docker or any Linux or Windows host, which gives you plenty of flexibility when hosting the server. Any application can connect to a SignalR sever, even apps that aren't built on top of ASP.NET Core. There are SignalR clients for JavaScript and .NET apps, with more clients on the way. Each client just needs to be given the address of a SignalR sever to establish a connection.

Contents