I have been using Socket.io with node.js for some time, but I would really like to do this in Ruby. There seem to be some projects, but most of them are dead, namely:
the only project I could find is em-websocket , which, however, is very low level and does not have a client-side library.
Am I missing a project or librarian, or is there really no way to make WebSockets with Ruby?
source share