radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
451 stars 182 forks source link

Question about scaling this #23

Open ronnyek opened 7 years ago

ronnyek commented 7 years ago

So I realize this is somewhat new-ish project, are there any mechanisms to facilitate scaling (say if site took off and I wanted to run this stuff across 10 web servers?)

mariotacke commented 7 years ago

You'd probably scale this like any other web socket implementation, with sticky sessions on your load balancer/proxy.

radu-matei commented 7 years ago

You would also need to have the connection manager in some storage - much like the SignalR scaleout.