/simple-rust-http-server

🦀 Simple HTTP server written in rust with the main purpose is to serve static files.

Primary LanguageRust

Simple Rust HTTP static server

Simple HTTP server written on rust with the main purpose is to serve static files.

How to use?

  1. Install CLI (cargo install http-static)
  2. Learn options (http-static -h)
  3. Run a server (http-static -p 8080)