node.js - Any references of express with socket and reverse proxy http-proxy -
i trying create following:
two instances of node.js application: app1, app2 running on ip1:3000, ip2:3000 respectively socket communication enabled.
now have http-proxy server on 3838 used in reverse proxying app1 , app2.
but, having issues making socket.io work in case.
any pointers pls
Comments
Post a Comment