-

@ mleku
2025-05-24 20:24:23
protip:
don't use sockets on a protocol unless you build clients in paralel with the servers
most front end languages don't cope with concurrency and keeping track of 3-50 separate relay connections and what has been going on with them is like,
"computer says no"
javascript = 1 interface thread, one service worker thread
to manage all those sockets, ping and poing and all that?
why do you think HTTP is a simple request/response protocol and that's what 99% of the web uses?
yeah. think about it.