Packages
charlotte
0.4.0
11 752+
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}, {"/path/:part", :path_with_part} ] end def path("GET", _params, conn) do render [message: "hello from path"], conn end def path(verb, _params, conn) do respond 405, {"Allowed", "GET"}, "#{verb} not allowed", conn end end
Last Updated:
about 11 years ago
assembly_line
1.0.0
3 635+
A light-weight job queue (think DAG) manager.
Last Updated:
about 9 years ago
env_conf
0.3.0
1 523+
A simple 12-Factor configuration service for Elixir.
Last Updated:
about 11 years ago
mr_roboto
1.0.0
489+
A simple robots.txt service
Last Updated:
about 10 years ago