I have some socket.io node.js servers running as amazon instances, when connecting directly to an instance, my socket.io application can connect and reconnect in a few milliseconds. However, when I direct the application through the load balancer, the application is a lot slower to connect and reconnect (taking 5+ seconds).
I have configured the load balancer to forward TCP port 80, as well as well the port that my node servers listen on (port 3000). Are there any other ports required by socket.io to function optimally? Or is my issue caused by something other than ports?
Thanks.