0

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

Ershad Raoufi
  • 45
  • 2
  • 7

1 Answers1

1

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

Start with the documentation. Then go from there.

Frank M
  • 1,379
  • 9
  • 18