Excited about Azure SignalR Service/ASP.NET Core SignalR
I hadn’t been paying much attention to SignalR lately, but recently listened to .NET Rocks! SignalR with Anthony Chu and got excited. I had always liked the idea of SignalR, and it worked great for .NET based web applications, but I saw gaps for a distributed, multi-language, microservice model and the proprietary protocol.
However, with the re-write to .NET Core and the Microsoft Azure hosted SignalR Service, it is worth taking another look. The binary protocol has been written and open sourced, the service can run independent of your ASP.NET app, and the hosted model takes care of all the scaling and integrates with either your REST endpoints or Azure Functions.
Additional Links: