Skip to content

rootusercop/cf-sample-app-nodejs

 
 

Repository files navigation

NodeJS Cloud Foundry Sample App

Build Status dependencies Status devDependencies Status

A sample NodeJS application to demonstrate project structure, building and deployments.

Folder Layout

  • lib - Locally defined modules, business logic that isn't anything to do with Express.
  • public - Anything that can be downloaded to a client/browser.
  • routes - Express routes.
  • test - Jasmine tests coming soon.
  • views - Jade views.

Root Files

  • gulpfile.js - Gulp task runner task definitions.
  • manifest.yml - Cloudfoundry v2 deployment descriptor.
  • package.json - NPM package definition.
  • server.js - The usual entry point in to the NodeJS application.

About

Sample NodeJS application ready to run on Cloud Foundry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • HTML 15.0%
  • CSS 10.5%