Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Non-WebSocket Browsers Destroy Now.js #67

Closed balupton closed 13 years ago

balupton commented 13 years ago

I've created a realtime collaboration project which uses Now.js here: https://github.com/balupton/nowpad

It works beautifully in google chrome, however with Firefox 3 and Firefox 4 (haven't tested others) it fails miserably.

Are there any known issues with those browsers? I'll look into this more tomorrow.

balupton commented 13 years ago

Turns out it needed the now.ready to wrap it.