kemal/README.md

605 B

Kemal

Sinatra clone for Crystal.

Kemal is under heavy development and currently supports Crystal 0.9.0.

Super Simple <3

get "/" do
  "Hello World!"
end

Go to http://localhost:3000

Installation

Add it to your shard.yml

dependencies:
  kemal:
    github: sdogruyol/kemal
    branch: master

Status

Basic get, put, post and head routes can be matched, and request parameters can be obtained.

Thanks

Thanks to Manas for their awesome work on Frank.