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

Now doesn't work with latest sockets.io #222

Open jjtx opened 10 years ago

jjtx commented 10 years ago

Now doesn't work with the latest sockets.io!

please note that the current version of socket.io does not work with nowjs. I could not get the hello world example to work until I downrev'd to socket.io@0.9.17 . Scriby pointed this out in his fork commit and recommends the latest changes:

scriby added some commits on Jan 26, 2013

fb9b91d scriby Socket.io 1.0 breaks nowjs. Hardcode the version numer.

 "node": ">= v0.4.0"

}, "dependencies": {

alaa-eddine commented 10 years ago

unfortunately ... the project seems to be dead I was in the same situation and decided to start a project with a similar approach to nowjs. here is the project page if you want to give it a try : https://github.com/Ezelia/eureca.io

jjtx commented 10 years ago

Thanks, but currently I'm just trying to get someone else's code working that had now as a dependency.

On Aug 19, 2014, at 8:07 AM, alaa-eddine notifications@github.com wrote:

unfortunately ... the project seems to be dead I was in the same situation and decided to start a project with a similar approach to nowjs. here is the project page if you want to give it a try : https://github.com/Ezelia/eureca.io

— Reply to this email directly or view it on GitHub.