#static #serve-static #http #server

app http-serve-rs

Serve static content from files, like Python's http.server

5 releases

0.2.3 Dec 30, 2023
0.2.2 Dec 14, 2023
0.2.1 Nov 28, 2023
0.2.0 Nov 28, 2023
0.1.0 Nov 27, 2023

#293 in HTTP server

MIT license

11KB
120 lines

About

Http Server

To serve static content from local files. Similar to python's http.server.

Installation

cargo install http-serve-rs

Usage

http-serve-rs --port 3000

Development video log

See this YouTube video if you are interested in how this tool was developed.

Dependencies

~9–16MB
~195K SLoC