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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -