Y
Hacker News
new
|
ask
|
show
|
jobs
by
niggler
4898 days ago
Does this setup work with web sockets?
2 comments
simontabor
4898 days ago
nginx doesn't support websockets quite yet, so no, but will do soon -
http://trac.nginx.org/nginx/roadmap
link
themgt
4898 days ago
nginx can support websockets via the tcp_proxy module:
https://github.com/yaoweibin/nginx_tcp_proxy_module
link
babuskov
4898 days ago
I find HAProxy much easier to set up if you want to run multiple node servers w/ websockets.
link