Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jjtx opened this issue Aug 19, 2014 · 2 comments
Open

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

jjtx opened this issue Aug 19, 2014 · 2 comments

Comments

@jjtx
Copy link

jjtx commented Aug 19, 2014

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": {

  • "socket.io": ">= 0.8.7",
  • "node-proxy": ">= 0.4.0"
  • "socket.io": "0.9.17", ******
  • "node-proxy": "0.8.0"
    },
    "devDependencies": {
    "uglify-js": "1.3.3"
@alaa-eddine
Copy link

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
Copy link
Author

jjtx commented Aug 20, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants