/frank

A small Sinatra clone for Crystal

Primary LanguageCrystal

Frank

This is a proof-of-concept Sinatra clone for Crystal.

Getting Started

  1. If you haven't already, install Crystal
  2. Clone the repository ($ git@github.com:manastech/frank.git)
  3. Start Frank ($ cd frank && crystal samples/hello_world.cr)
  4. 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!