An open API service indexing awesome lists of open source software.

https://github.com/jpluscplusm/ruby-hello-world

Simple app for testing Ruby deployments on Cloud Foundry
https://github.com/jpluscplusm/ruby-hello-world

Last synced: 8 months ago
JSON representation

Simple app for testing Ruby deployments on Cloud Foundry

Awesome Lists containing this project

README

          

# ruby-hello-world

Simple app for testing that Ruby apps are runnable on Cloud Foundry.

`GET /` returns `Hello, World!\n`

`POST /exits` terminates the process cleanly

`POST /crash` terminates the process with a kill -9