I\'m interested in setting up a Socket.IO server + Rails web application. However, as many are aware, there are not many web servers that support WebSockets. Here have been
You can use bouncy, but I'd recommend HAProxy, which is a better solution for highly trafficked websites. Check this question for a sample configuration: HAProxy + WebSocket Disconnection
I would recommend using HAProxy + Nginx for serving static files + Node for dynamic stuff & websockets (Socket.IO).
node-http-proxy is having problems with WebSockets in Node 0.6.x, so you cannot use that at the moment unfortunately.