Further reading
You can read more about SSE and WebSocket in the MDN Web Docs:
- https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events
- https://developer.mozilla.org/en-US/docs/Web/API/Websockets_API
Here is a great talk from Remix Conf 2023 about SSE by Alex Anderson: https://www.youtube.com/watch?v=cAYHw_dP-Lc.
Sergio Xalambrí wrote an article on how to set up Remix with socket.io to create a WebSocket connection: https://sergiodxa.com/articles/use-remix-with-socket-io.