Remix.run Logo
Etheryte 5 days ago

Keeping a websocket alive would work, but then you're stuck holding a websocket for all of your users for the full session. Fine if you need a socket anyway, pretty wasteful if you don't. Sockets are pretty cheap these days, but I wouldn't really give this serious thought for a page with a lot of users.

Arch-TK 4 days ago | parent [-]

Holding a socket is very cheap. Unless websockets introduce some overhead I am not aware of.