Servidor Http puro em erlang! suporta html, jpeg e png. %% por equanto...
An OTP application.
Server env options, listening port and process pool size.
[
{server, [{port, 8123}, {pool, 10}]}
].
$ rebar3 compile
$ rebar shell
inside erlang shell run:
observer:start()
now you can check server application, supervisor and 10 child processes.