Registry /
networking / kontena-websocket-client
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.
Kontena
✓ require 'kontena-websocket-client'
Creates a WebSocket client and listens for messages.
require 'kontena-websocket-client'
# Example: connect to a WebSocket server
client = Kontena::WebSocket::Client.new('ws://example.com')
client.on(:message) { |msg| puts msg }
client.connect
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.