WebSockets are ideal, even when using a pub/sub model scaling web socket is a headache ( might be skill issue ). However, using HTTP polling can sometimes be a better alternative. In fact, many WebSocket use cases can be replaced by HTTP polling, which is quite interesting. Personally, I hate seeing my VPS server's CPU working at 100% 🤦♂️.
@selfmadecoder