Is there any way to cluster Socket.io without these sticky session, with Redis?
Asked
Active
Viewed 279 times
1 Answers
0
So after learning about other realtime modules, I finally used Primus that allow me to use any realtime engine seamlessly.
They do not provide a built-in way of clustering realtime engines, but I ended building a separated application that is dedicated to handle realtime connections. It can handles up to 1000 concurrent realtime users without any problems

Unitech
- 5,781
- 5
- 40
- 47