Simple HTTP server written on rust with the main purpose is to serve static files.
- Install CLI (
cargo install http-static
) - Learn options (
http-static -h
) - Run a server (
http-static -p 8080
)
🦀 Simple HTTP server written in rust with the main purpose is to serve static files.
Rust