Description
Static files can be served quickly over HTTP without setting up a full web server.
It is useful for local testing, LAN sharing, and simple development previews. Even simple servers can expose private files if started in the wrong directory or bound to a public interface, so the working directory and address should be checked.