NodeJS based examples for Programming Cloud Services for Android Handheld Systems
- Make sure that you have NodeJS installed on your environment, you may get it at http://nodejs.org
- Install global dependencies
npm install express mocha -g
. (You may run it in any directory as this is global) - Clone this repository at https://github.com/adrianchia/mobilecloud-14-nodejs.git
- Change directory into mobilecloud-14-nodejs/[example] folder
- Install application specific dependencies in each directories via
npm install
- Run the application via
npm start
or run the test vianpm test