We have a remote service that we want to connect to that (unfortunately) uses socket.io as the websocket implementation. It is 'easy' to connect to this from a javascript client (or python). But I can find nothing for Rails.
To clarify - we want to be a socket.io CLIENT, not run a socket.io server.
Any code examples, gists, snippets, etc that show how to connect to socket.io - even if it means writing a bridging service - would be appreciated.
Is there a reason you don't want to use/crib
https://github.com/shokai/ruby-socket.io-client-simple