Skip to content

Introduction to Cloud Foundry app deployment and management concepts.

Notifications You must be signed in to change notification settings

johha/cf-sample-app-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Sample App

cf push

https://docs.cloudfoundry.org/buildpacks/node/node-tips.html

URL: https://cf-nodejs-silly-serval-eh.cfapps.sap.hana.ondemand.com/test Output: 'path_with_params: /test'

URL: https://cf-nodejs-silly-serval-eh.cfapps.sap.hana.ondemand.com/test?param Output: 'path_with_params: /test?param'

URL: https://cf-nodejs-silly-serval-eh.cfapps.sap.hana.ondemand.com/idp/card-lifecycle/Users?$expand=authorizations,cards Output: 'path_with_params: /idp/card-lifecycle/Users?$expand=authorizations,cards'

URL: https://cf-nodejs-silly-serval-eh.cfapps.sap.hana.ondemand.com/idp/card-lifecycle/Users?$expand=authorizations%2cards Output: 'path_with_params: /idp/card-lifecycle/Users?$expand=authorizations%2cards'

URL: https://cf-nodejs-silly-serval-eh.cfapps.sap.hana.ondemand.com/idp/card-lifecycle/Users?$expand=authorizations,cards;something_else%2more_stuff&more_more$test Output: ' path_with_params: /idp/card-lifecycle/Users?$expand=authorizations,cards;something_else%2more_stuff&more_more$test'

About

Introduction to Cloud Foundry app deployment and management concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.8%
  • CSS 3.7%
  • JavaScript 1.5%