kemal/docs
sdogruyol 806b129b1c Update database doc 2016-01-02 11:54:12 +02:00
..
README.md Update database doc 2016-01-02 11:54:12 +02:00
database.md Update database doc 2016-01-02 11:54:12 +02:00
getting_started.md docs: string require double quotes 2015-12-28 11:19:14 +01:00
http-requests.md Update docs 2015-12-16 20:32:01 +02:00
json.md Update docs 2015-12-07 22:03:35 +02:00
middlewares.md Update middlewares.md 2015-12-27 12:55:49 +02:00
rest.md Create rest.md 2015-12-04 13:38:56 +02:00
static_files.md Update docs 2015-12-16 20:32:01 +02:00
statics.md Update docs 2015-12-07 22:03:35 +02:00
utilities.md Add public_folder to docs 2015-12-30 20:46:42 +02:00
views.md Add test to make custom renderer macros for projects. 2015-12-18 10:44:47 +02:00
websockets.md Format websocket doc 2015-12-16 20:21:17 +02:00

README.md

Kemal Documentation

This README includes documentation of Kemal, the Crystal Web Framework.

What is Kemal?

Kemal is a micro web framework written in Crystal language. It's strongly inspired from Sinatra.

What is Crystal?

Crystal is a programming language based on Ruby syntax.

Advantages of using Kemal

  • Easy to learn and start to develop.
  • Since it's working on LLVM, it's too fast.
  • Easy deployment to Heroku.

The Name

Kemal means Mature, grown up in Turkish.

How to start?