Kemal is lightning fast, super simple web framework. This repository shows, how you can publish your open source apps which powered kemal framework publish as heroku app in seconds.
Without deploy button,
# If you don't have heroku instance ..
heroku create --buildpack https://github.com/crystal-lang/heroku-buildpack-crystal.git
# If you cloned these repository ..
heroku buildpacks:set https://github.com/crystal-lang/heroku-buildpack-crystal.git
# Push ..
git push heroku master
- Support all REST verbs
- Websocket support
- Request/Response context, easy parameter handling
- Middlewares
- Built-in JSON support
- Built-in static file serving
- Built-in view templating via Kilt
You can read the documentation at the official site kemalcr.com
- Fork it ( https://github.com/cagataycali/kemal-heroku-example/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- cagataycali cagataycali - maintainer