Using a Flash socket with Node.js
I've been using gimite / web-socket-js to implement a WebSocket past simply Chrome and development builds of Safari. I want to move away from the Ruby server and onto Node.js. Suddenly it doesn't work in anything but Chrome. I suspect that this has to do with the Flash Socket Policy file that I need to implement. I would like to implem...