In the real world, you’d want more than one websocket servers (Especially as your website gets more traffic)
The way to scale websocket servers usually happens by creating a ws fleet
There is usually a central layer behind it that orchestrates
messages
ws servers are kept stateless