shard-kemal/docs/README.md

34 lines
882 B
Markdown
Raw Normal View History

2015-12-04 11:14:15 +00:00
# Kemal Documentation
This README includes documentation of Kemal, the Crystal Web Server.
## What is Kemal?
Kemal is a web server working on Crystal language. Strongly inspired on Sinatra project.
_Needs more info_
## What is Crystal?
Crystal is a programming language based on *Ruby* syntax.
## Advantages of using Kemal
- Too easy to learn and start to develop.
- Since it's working on LLVM, it's too fast.
- You can deploy it on *Heroku*.
## The Name
Kemal means *Mature, grown up* in Turkish and Arabic.
2015-12-04 11:33:43 +00:00
## How to start?
- [Getting Started Tutorial](./tutorial.md)
- [Using Dynamic Templates](./templates.md)
- [Parsing HTTP requests and Form Data](./http-requests.md)
- [Uploading Files](./upload.md)
- [Serving Static Files](./statics.md)
- [Serving JSON API](./json.md)
2015-12-04 11:35:35 +00:00
- [Restful Web Services](./rest.md)
2015-12-04 11:33:43 +00:00
- [How to connect to Database](./database.md)