kemal/docs
Fatih Kadir Akın 2d4edc83dc Add test to make custom renderer macros for projects.
Add documentation
2015-12-18 10:44:47 +02:00
..
README.md Update README.md 2015-12-17 11:28:39 +02:00
getting_started.md Update docs 2015-12-16 20:32:01 +02: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 docs 2015-12-16 20:32:01 +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 Update docs 2015-12-16 20:32:01 +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?