This is a barebones Node.js app using the Express framework.
Asumming you have Node.js installed on your machine:
git clone git@github.com:cloudControl/nodejs-express-example-app.git # or clone your own fork
cd node-js-sample
npm install
node web.jsYour app should now be running on localhost:5000.
cctrlapp APPNAME create nodejs
cctrlapp APPNAME/default push
cctrlapp APPNAME/default deploy
cctrlapp APPNAME/default open
For more information about using Node.js on cloudControl, see these articles: