Ruter Build Status

"You must buy a ticket before entering the bus" - The Inspector 🕵🏻‍♂️

Description

Ruter is yet another Rack based framework, made for fun and ~~profit~~, 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.