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: 117,244 of 196,250
Downloads: 6,423
Daily
Ranking: 60,628 of 196,218
Downloads: 0
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 |
|---|---|---|
| 8 | 1,398,010,278 | rake |
| 1,085 | 45,615,545 | faye-websocket |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | danhper |