Hacker News new | ask | show | jobs
by niggler 4898 days ago
Does this setup work with web sockets?
2 comments

nginx doesn't support websockets quite yet, so no, but will do soon - http://trac.nginx.org/nginx/roadmap
nginx can support websockets via the tcp_proxy module: https://github.com/yaoweibin/nginx_tcp_proxy_module
I find HAProxy much easier to set up if you want to run multiple node servers w/ websockets.