Ask HN: How to use HTML5 websockets with HTTP reverse proxies?
I usually use a reverse proxy, such as Varnish or Nginx, to cache and gzip HTTP requests when developing HTML5 Web Apps.
Now, I'd like to implement HTML5 WebSockets support in some of my apps. However, it seems that neither Varnish nor Nginx support WebSockets. So how can I realistically use HTML5 WebSockets, if no HTTP proxies support it? Is there a workaround? I have submitted bugreports to both the Varnish and nginx projects, which have been mostly ignored so far.
This seems like a showstopper for HTML5 Web Sockets, in my opinion.
3 comments
[ 3.3 ms ] story [ 16.6 ms ] threadHAProxy developer Willy Tarreau is participating in the IETF HyBi list, so I would expect HAProxy to add WebSocket support.