-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
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
Labels
No labels