0.0
Repository is gone
No release in over 3 years
# ws-rails-client Simple Ruby client to for Websocket Rails server. Example: ```ruby require 'ws_rails_client' require 'eventmachine' EM.run do client = WsRails::Client.new("ws://localhost:3000/websocket") client.handle 'my_event' do |message| client.send('my_response', message) end end ```
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime