mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
added socket.io
This commit is contained in:
parent
449a279b4f
commit
180f4497ca
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue