Packages

A simple and easy to use API created on top of the Mist web server

Current section

Files

Jump to
howdy src howdy.erl
Raw

src/howdy.erl

-module(howdy).
-compile(no_auto_import).
-export([main/0]).
-spec main() -> nil.
main() ->
_@1 = howdy@server:start(
{spa,
<<"/"/utf8>>,
<<"./priv/static"/utf8>>,
<<"./priv/static/index.html"/utf8>>}
),
gleam@erlang:sleep_forever().