Charlotte is a Web Framework. It takes a little from Rails and a little from Sinatra and does a few things it's own way. The goal is to be light weight, fun and get out of your way.
defmodule Controller do use Charlotte.Handlers.HTTP
def routes do [ {"/path", :path},...