2 small gems to facilitate Eventmachine socket connections and remote calls
I just launched em_remote_call. em_remote_call provides a simple Eventmachine server/client couple which allows the client to call methods within the server process, including local client-callbacks.
As a dependency I released an even smaller gem to make socket communication in EM context easier: em_json_connection.
Post a comment