kemal

Lightning Fast, Super Simple web framework. Inspired by Sinatra kemal web-framework websocket api fast simple efficient json rest
1.1.2 released
kemalcr/kemal
3573 180 15
Kemal

Kemal

Kemal

Lightning Fast, Super Simple web framework.

CI Join the chat at https://gitter.im/sdogruyol/kemal

Super Simple ⚡️

require "kemal"

# Matches GET "http://host:port/"
get "/" do
  "Hello World!"
end

# Creates a WebSocket handler.
# Matches "ws://host:port/socket"
ws "/socket" do |socket|
  socket.send "Hello from Kemal!"
end

Kemal.run

Start your application!

crystal src/kemal_sample.cr

Go to http://localhost:3000

Check documentation or samples for more.

Installation

Add this to your application's shard.yml:

dependencies:
  kemal:
    github: kemalcr/kemal

See also Getting Started.

Features

  • Support all REST verbs
  • Websocket support
  • Request/Response context, easy parameter handling
  • Middleware support
  • Built-in JSON support
  • Built-in static file serving
  • Built-in view templating via ECR

Documentation

You can read the documentation at the official site kemalcr.com

Thanks

Thanks to Manas for their awesome work on Frank.

kemal:
  github: kemalcr/kemal
  version: ~> 1.1.2
License MIT
Crystal >= 0.36.0

Authors

Dependencies 2

  • exception_page ~> 0.2.0
    {'github' => 'crystal-loot/exception_page', 'version' => '~> 0.2.0'}
  • radix ~> 0.4.0
    {'github' => 'luislavena/radix', 'version' => '~> 0.4.0'}

Development Dependencies 1

  • ameba ~> 0.14.0
    {'github' => 'crystal-ameba/ameba', 'version' => '~> 0.14.0'}

Dependents 74

Show all 74 dependents
Last synced .
search fire star recently