Thomas Levesque 3/18/2019

Scaling out ASP.NET Core SignalR using Azure Service Bus

Read Original

This technical article details a cost-effective method for scaling out ASP.NET Core SignalR across multiple server instances. It addresses the out-of-the-box limitation where messages only reach clients on the originating server. The guide provides a manual implementation using Azure Service Bus topics to dispatch messages between instances, including code snippets and architectural overview.

Scaling out ASP.NET Core SignalR using Azure Service Bus

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week