Categories: None [Edit]
ws_rails_client
# 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
```
Total
Ranking: 113,414 of 186,856
Downloads: 6,065
Daily
Ranking: 82,476 of 186,840
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
10 | 1,134,358,957 | rake |
1,077 | 39,792,063 | faye-websocket |
Owners
# | Gravatar | Handle |
---|---|---|
1 | danhper |