Description
Runs a basic HTTP server for hosting a folder quickly and simply. It is meant for cases where a user needs to share or test static files without setting up a full web server stack.
It is useful for local development, quick file previews, demos, LAN sharing, and temporary testing. Avoid exposing private folders or binding it publicly without access controls, because served files may become reachable by others.