added socket.io

This commit is contained in:
coderaiser 2012-09-21 10:00:46 -04:00
parent 449a279b4f
commit 180f4497ca
2 changed files with 3 additions and 2 deletions

View file

@ -83,7 +83,7 @@ Starting
---------------
To start **Cloud Commander** only one command neaded:
node cloudcmd.js
node cloudcmd
After thet Cloud Commander reads config file **config.json** and start server
on 31337 port, if none of port varibles(*cloud9*, *cloudfoundry* and *nodester*)
isn't exist.

View file

@ -15,7 +15,8 @@
"node": "0.6.17",
"subdomain": "cloudcmd",
"dependencies": {
"minify": "0.1.6"
"minify": "0.1.6",
"socket.io": "0.9.10"
},
"devDependencies": {},
"engines": {