imanel / websocket-eventmachine-client

WebSocket client for Ruby
74 stars 18 forks source link

Add SSL/TLS support #6

Closed drbig closed 10 years ago

drbig commented 10 years ago

Just SSL/TLS support, plus README update.

drbig commented 10 years ago

Should work with both wss://whatever.com and :host => 'whatever.com', :port => 31337, :ssl => true.

imanel commented 10 years ago

Thanks!