DEV Community

Discussion on: How to build a real-time Auction system - Connecting Socket.io With React 🔥 (Part 2)

Collapse
 
skiboybl profile image
Skiboybl

How would you handle the load when more users connect. Socket.io fails when it has many connections and requests

Collapse
 
nevodavid profile image
Nevo David

Can you elaborate? We can always scale, open more servers.
Also Socket.io offer a sleep mode option to reduce the usage on the server :)
What would you suggest?