Skip to content

NodeJS based examples for Programming Cloud Services for Android Handheld Systems

License

Notifications You must be signed in to change notification settings

adrianchia/mobilecloud-14-nodejs

Repository files navigation

mobilecloud-14-nodejs

NodeJS based examples for Programming Cloud Services for Android Handheld Systems

Running the examples

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

About

NodeJS based examples for Programming Cloud Services for Android Handheld Systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published