HTTP.jl icon indicating copy to clipboard operation
HTTP.jl copied to clipboard

Hot module reloading

Open Dale-Black opened this issue 2 years ago • 1 comments

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

Dale-Black avatar Aug 26 '23 21:08 Dale-Black

This functionality only needs to work for .jl files so maybe Revise.jl can already accomplish something like this?

Dale-Black avatar Aug 26 '23 21:08 Dale-Black