/kemal_samples

Exercising the Kemal webserver, written in the awesome Crystal language

Primary LanguageCrystalMIT LicenseMIT

Exercising Kemal

Running through some Kemal exercises.

The Skinny

Kemal is a Sinatra-like framework written in Crystal (a very fast, compiled, ruby-like language). This is truly a dream come true! It is truly hard to continue doing Go right now ;-)

Installation

See instructions here http://kemalcr.com/docs/getting_started/

Contributing

  1. Fork it ( https://github.com/rohanthewiz/kemal_samples/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