Skip to content

frodsan/ruter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ruter Build Status

"You must buy a ticket before entering the bus" - The Inspector ๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ

Description

Ruter is yet another Rack based framework, made just for fun, and built on top of Syro.

Usage

Here's a minimal application:

# config.ru
require "ruter"

Ruter.define do
  get do
    res.write("Hello World!")
  end
end

run(Ruter) # run!

License

Ruter is released under the MIT License.

About

Yet another Rack web framework ๐ŸšŒ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages