HTTP-to-WS lib
Push http messages from root to subscribed Socket.IO clients
Install and running:
$ npm install http-to-ws
$ http-to-ws 3003
That's it. This package/bin simply proxy incomming requests' data (post/get/...) to subscribed socket.io clients.