celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Fixes 404 error in roundtrip example #160

Closed jgrowl closed 9 years ago

jgrowl commented 9 years ago

I was getting the following error in the chrome console:

WebSocket connection to 'ws://localhost:9000/ws' failed: Error during WebSocket handshake: Unexpected     response code: 404

The websocket example worked fine so I copy pasta'd the request code from it. Works now.