code100x / chess

A multiplayer chess platform
https://chess.100xdevs.com/
1.54k stars 544 forks source link

Scalability #118

Open Dopplenum opened 1 month ago

Dopplenum commented 1 month ago

Using separate WebSocket servers for handling real-time games can become a bottleneck as your platform grows. and encounters issues with scaling and managing multiple WebSocket connections efficiently.

Rohan-Hazari commented 1 month ago

What do you suggest then?