Registry / networking / em-websocket-client

em-websocket-client

JSON →
library0.1.2rbrubygemsunverified

A WebSocket client implementation for the EventMachine event-driven I/O library.

gem install em-websocket-client
INSTALL
IMPORT
SIG · EM-WEBSOCKET-CLIEN
E
em-websocket-client
networkingrubyv0.1.2
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.

EM::WebSocketClient
require 'em-websocket-client'

Connect to a WebSocket server and send a message.

require 'em-websocket-client' EM.run do conn = EM::WebSocketClient.connect('ws://example.com') conn.callback { |c| c.send_msg 'Hello' } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
em-websocket-client — gem install em-websocket-client · libregistry