ws_sync_client

Synchronous Ruby client for the WebSocket protocol.

Usage

ws = WsSyncClient 'ws://localhost:4567/path'
data_frame = ws.recv_frame
ws.send_frame "Data frame"
ws.close

Contributing to ws_sync

Copyright © 2014 Victor Costan. See LICENSE.txt for further details.