yawaramin / re-web

Experimental web framework for ReasonML & OCaml
https://yawaramin.github.io/re-web/re-web/index.html
MIT License
261 stars 8 forks source link

Investigate server hot-reload on recompile #25

Open yawaramin opened 4 years ago

yawaramin commented 4 years ago

It may be possible to link the ReWeb server in as a 'plugin' to the running executable, and dynamically update and link in a new one when it's recompiled. See https://github.com/ocaml/dune/pull/3141