Aino (aino v0.1.0)

Aino, an experimental HTTP framework

To load Aino, add to your supervision tree. callback and port are both required options.

  children = [
    {Aino, [callback: Aino.Handler, port: 3000]}
  ]

The callback should be an Aino.Handler, which has a single handle/1 function that processes the request.