Hacker News new | ask | show | jobs
by hbz 4073 days ago
http://en.wikipedia.org/wiki/WebSocket are a completely legitimate use.
1 comments

WebSocket 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.
Technically 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.