mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
No description
samples | ||
spec | ||
src | ||
.gitignore | ||
README.md | ||
shard.yml |
Kemal
Kemal is under heavy development and currently supports Crystal 0.9.0.
Super Simple <3
get "/" do
"Hello World!"
end
Go to http://localhost:3000
Installation
Add it to your shard.yml
dependencies:
kemal:
github: sdogruyol/kemal
branch: master
Status
Basic get
, put
, post
and head
routes can be matched, and request parameters can be obtained.
Thanks
Thanks to Manas for their awesome work on Frank.