Search code examples
signalrsignalr-hubsignalr-2

use distribution server for signalR


I use signalR for connect client to server,how can I use multi server for signalR connection,for example a signal connection shared between 3 or 4 server,where all user connect to one endpoint but multi server in backend running


Solution

  • You are looking for what SignalR refers to as a backplane for scaling out.

    Start with the documentation. Then go from there.