Re: nginx port for socket.io

2014-01-12 Thread Andy Tynefield
The nginx configuration provided is valid for this use case. Ensure that the browser is attempting to connect to the domain on port 80 for the socket io stuff and ensure that socket io is listening on the same port along with the node app. [Sent from Andrew's iPhone] > On Jan 12, 2014, at 9:18

nginx port for socket.io

2014-01-12 Thread mrblah
I have a node application that uses websockets. I'm using a custom config file like this. However, when I post to the application, the post isn't appearing in the client side of the application. Since it's using websockets to communicate between client and server, i'm wondering if I have a problem