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

WebSocket-Node apps don't work with Safari #93

Closed braytak closed 11 years ago

braytak commented 11 years ago

Hi!

Safari 5.1 still only supports draft 76 and there is seemingly no planned support for RFC 6455 in Safari 6 either.

Consequenty WebSocket-node apps don't work.

Just out of curiosity, how much of a differential is there between RFC 6455 and Draft 76, appart from the missing Sec-WebSocket-xxx headers.

Tks

theturtle32 commented 11 years ago

Safari 5.1 is now severely outdated. Users should upgrade their browsers, and will have already upgrade them if they're keeping up with Apple's regular software updates.

Safari 6 does actually support the final RFC, to the best of my recollection.

theturtle32 commented 11 years ago

caniuse.com shows that Safari 6 supports the final standard: http://caniuse.com/#feat=websockets