Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 499 Bytes

CodeReloader

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.

Why

If you have an Elixir web app using only Plug without Phoenix, you need to restart it everytime you update the code.

Usage

The the example app at https://github.com/pilu/code-reload-example