Āra (pronounced ˈɛərə) is a webserver ported from the FSharp project based on Mi-TLS. The name comes from the latin word for "Altar" due to the code having its basis on many functional programming idioms and so it pays homage to this.
Currently, this is a very early implementation and so there are many parts which have not been hooked up quite yet including the fiber -> process translation.
If available in Hex, the package can be installed
by adding ara to your list of dependencies in mix.exs:
def deps do
[
{:ara, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ara.