#http-server #serve-static #cli #static-server

app http-static

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

1 stable release

1.0.0 Jan 16, 2023

#12 in #serve-static

MIT license

6KB
89 lines

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)

Dependencies

~1.5–2MB
~41K SLoC