HTTP.jl
HTTP.jl copied to clipboard
Hot module reloading
Is there a way to start the server using HTTP.serve() that watches for file changes in the directory and restarts the serve for those changes? I am trying to figure this out for Oxygen.jl, which uses this HTTP.jl under the hood. (https://github.com/ndortega/Oxygen.jl/issues/122#issue-1867584195). Any help is greatly appreciated
This functionality only needs to work for .jl files so maybe Revise.jl can already accomplish something like this?