5 ms·
http://en.wikipedia.org/wiki/WebSocket http://en.wikipedia.org/wiki/WebSocket are a completely legitimate use.
by hbz 11y ago
http://en.wikipedia.org/wiki/WebSocket http://en.wikipedia.org/wiki/WebSocket are a completely legitimate use.
- wtarreau 11y agoWebSocket works over HTTP, not TCP. A properly implemented HTTP stack will have no problem passing WebSocket to the next server. Some non-compliant HTTP stack still experience trouble with it though.
- hbz 11y agoTechnically incorrect. WebSockets handshake over HTTP and then "work" over TCP. I'm actually curious which HTTP stacks are non compliant and what you mean by that. As to my original comment, you can probably get by without having full TCP load balancing.