web-socket-ruby icon indicating copy to clipboard operation
web-socket-ruby copied to clipboard

HTML5 Web Socket server/client implementation in Ruby

Results 2 web-socket-ruby issues
Sort by recently updated
recently updated
newest added

When i try to connect to the Socket.io server i get this error. SocketIO.connect("http://127.0.0.1:8080", sync: true) send> "GET /socket.io/1/websocket/qyhantvB6h6EAWWccSKr HTTP/1.1\r\n" send> "Upgrade: WebSocket\r\n" send> "Connection: Upgrade\r\n" send> "Host: 127.0.0.1:8080\r\n" send>...

Please support RFC 6455 in the client. Nginx only supports RFC 6455 so I cannot use your client to test Nginx.