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 my 2 attempts so far:
I tried the Nginx-module route. Couldn't get the combinations of compilations + configurations to get this fully working. Probably something dumb on my part.
I tried writing my own web server with node-http-proxy but I had trouble fully integrating this with Socket.IO, despite reading all the tutorials.
I tried writing my own web server with bouncy.js but it's horribly slow. Could be my code, could be the framework. I have no idea.
These are the things I've tried, and I'm just curious who else has gone down these routes and finally got something work (and of course, what they did to get it working).