A barebones Node.js app using Express 4.
Make sure you have Node.js and the Widemesh CLI installed.
$ git clone https://github.com/widemeshcloud/node-express-api-quickstart.git # or clone your own fork
$ cd node-express-api-quickstart
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ mesh deploy