Create Erlang service with Enot
This is step-by-step guide on how to create your Erlang service with the powerful Enot build system. Ensure you have Enot and Erlang installed locally.
As a result you will build http service, which will listen the `8080` port and response JSON with service’s version and `MAGIC_GREETING` operation system’s environment variable or simple “hello world” on every request.
The complete source code is available on GitHub. …