Frank
This is a proof-of-concept Sinatra clone for Crystal.
Getting Started
- If you haven't already, install Crystal
- Clone the repository (
$ git@github.com:manastech/frank.git
) - Start Frank (
$ cd frank && crystal samples/hello_world.cr
) - Check out your app on http://localhost:3000/
Status
Basic get
, put
, post
and head
routes can be matched, and request parameters can be obtained.
We are still missing a lot!