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