shard-kemal/docs
Markus Fischer 612c46e9e8 docs: string require double quotes
Otherwise the following error will be shown:

`Syntax error in ... unterminated char literal, use double quotes for strings`

Tested with crystal --version
Crystal 0.10.0 (Wed Dec 23 21:19:16 UTC 2015)
2015-12-28 11:19:14 +01: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
README.md Update README.md 2015-12-17 11:28:39 +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

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?