Weber Heroku Example

November 3, 2013 ยท View on GitHub

Example Weber, an Elixir web framework, app that can be deployed as is to Heroku.

$ heroku create --buildpack "https://github.com/goshakkk/heroku-buildpack-elixir.git"
$ heroku labs:enable websockets
$ git push heroku master
$ heroku open