A light-weight job queue (think DAG) manager.
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},...
A simple 12-Factor configuration service for Elixir.
A simple robots.txt service