Skip to content

zcourts/websocket-td

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket TD

A standards compliant WebSocket client which offers the option of either using 'green' threads or a single threaded evented approach Both ws and wss protocols supported.

Install Instructions

gem install websocket-td

Dependencies

gem install websocket, multi_json, rdoc, shoulda, test-unit