Our real-time chat implementation currently uses short-polling which is very inefficient. We need to use websockets. - [Nitro Websockets](https://nitro.unjs.io/guide/websocket) or a separate websocket service?
Our real-time chat implementation currently uses short-polling which is very inefficient. We need to use websockets.