WebSockets Are an HTTP Request That Stops Being HTTP
WebSockets disguise themselves as HTTP, then drop the disguise the moment they're past the firewall. That trick is the entire reason real-time works on the web — and the entire reason WebSockets break your load balancer, your thread pool, and your deploys. This post walks through the four promises of HTTP, how SSE bends one of them, how WebSockets break three, and what production teams have to rebuild because of it.
WebSocketsHTTPServer-Sent Events