Registry / networking / websocket-client-simple

websocket-client-simple

JSON →
library0.9.0rbrubygemsunverified

Simple WebSocket Client for Ruby

gem install websocket-client-simple
INSTALL
IMPORT
SIG · WEBSOCKET-CLIENT-S
W
websocket-client-simple
networkingrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebSocket::Client::Simple
require 'websocket-client-simple'

Connect to a WebSocket server and send a message.

require 'websocket-client-simple' ws = WebSocket::Client::Simple.connect('ws://echo.websocket.org') ws.on(:message) { |msg| puts msg.data } ws.send('Hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
Resources
websocket-client-simple — gem install websocket-client-simple · libregistry