Skip to content

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

@jjtx

Description

@jjtx

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions