Skip to content

gravityblast/code_reloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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