A CLI tool to serve files and directories over HTTP with minimal configuration.
miniserve is a straightforward command-line utility built in Rust that provides a simple HTTP server for serving files and directories. Its primary goal is to be easy to use and require minimal setup, making it an excellent choice for quick tasks where a full-fledged web server would be overkill.
Users can specify a directory to serve, and miniserve will make its contents accessible via a web browser on a local network. It's self-contained, meaning once you have the executable, you don't need to worry about additional dependencies, which simplifies deployment and usage across different systems.
0 reviews
Sign in to write a review and help other indie hackers make informed decisions.
Sign In to Write a ReviewBe the first to share your experience with this tool!
Join thousands of indie hackers building with miniserve