A very simple server written in Elixir
If available in Hex, the package can be installed
by adding servo
to your list of dependencies in mix.exs
:
def deps do
[
{:tom_servo, "~> 0.1.0"}
]
end
The command to run the top level app that starts everything is:
mix run --no-halt
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/atparkweb_servo.