theturtle32 / WebSocket-Node

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)
Apache License 2.0
3.76k stars 602 forks source link

Not working in iOS #12

Closed mrlennartsson closed 13 years ago

mrlennartsson commented 13 years ago

iOS failing at handshake

theturtle32 commented 13 years ago

That's because iOS implements the old draft-76 version of the protocol, and as I stated in the README, this library will not support the old protocol drafts.

mgmchenry commented 12 years ago

This is so unfortunate. I made a multiplayer minesweeper game and tried to show it to my wife - error 400. Quite a let down.

Do you forsee Websocket-Node working with Safari any time soon?