Search code examples
asp.net-coreasp.net-core-signalr

How to connect asp net core MVC to another asp net core SignalR server


i have a Aspnet core web application , want to connect to asp net core signalR server that is in the another server with different url , in controller .


Solution

  • You can use ASP.NET Core SignalR .NET Client.

    This library lets you communicate with SignalR hubs from .NET apps.