Code reloader Plug extracted from Phoenix and adapted to be a generic Plug.
So far it's just a proof of concept to understand if having a generic code reload Plug makes sense or not.
If you have an Elixir web app using only Plug without Phoenix, you need to restart it everytime you update the code.
The the example app at https://github.com/pilu/code-reload-example