Popularity
2.0
Declining
Activity
0.0
Stable
3
2
2

Programming language: Crystal
License: MIT License
Tags: Examples And Funny Stuff    

kemal-heroku-example alternatives and similar shards

Based on the "Examples and funny stuff" category.
Alternatively, view kemal-heroku-example alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of kemal-heroku-example or a related project?

Add another 'Examples and funny stuff' Shard

README

Kemal

Kemal Heroku Example

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.

Build Status Join the chat at https://gitter.im/sdogruyol/kemal

Installation

Deploy

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

Features

  • 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

Documentation

You can read the documentation at the official site kemalcr.com

Contributing

  1. Fork it ( https://github.com/cagataycali/kemal-heroku-example/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors