This is a minimal RingoJS application targeting deployment to Heroku.
$ gem install heroku
$ heroku create --stack cedar
$ git push heroku master
$ heroku open
To run it locally launch ringo with the main script via foreman:
$ gem install foreman
$ foreman start
Then point your browser to this URL: