kemal/docs
Sdogruyol 265e75be21 Update docs 2015-12-05 22:47:18 +02:00
..
README.md Update docs 2015-12-05 22:47:18 +02:00
http-requests.md Create http-requests.md 2015-12-04 13:52:39 +02:00
json.md Create json.md 2015-12-04 13:54:12 +02:00
rest.md Create rest.md 2015-12-04 13:38:56 +02:00
statics.md Create statics.md 2015-12-04 13:45:35 +02:00
tutorial.md Update tutorial.md 2015-12-04 13:36:06 +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 deploment to Heroku.

The Name

Kemal means Mature, grown up in Turkish.

How to start?