Skip to content

john-k-ge/cf-sample-app-nodejs

 
 

Repository files navigation

NodeJS Cloud Foundry Sample App

Build Status dependencies Status devDependencies Status

This repo isn't activly maintained but should still work.

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 75.0%
  • HTML 14.7%
  • CSS 10.3%