marcodpt / minirps

Mini reverse proxy server written in rust
https://crates.io/crates/minirps
MIT License
14 stars 0 forks source link

Server hot reload #3

Open marcodpt opened 2 months ago

marcodpt commented 2 months ago

It would be interesting if the server was restarted every time it was changed:

There is this notify library for this purpose.

And there is this example and this discussion about restarting the axum server.