basic-http-server
basic-http-server copied to clipboard
Asset reloading
Some other small(-ish) dev servers like live-server support watching served files and automatically reloading any connected browsers.
This is super handy for development! It could also serve as a good example for how add WebSockets into a Rust project, something that can be finnicky in web frameworks that don't account for it.
I also want this, which should be a good feature, anyone interested in this?
Would love to see this !