#serve-static #server #static #http

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

#806 in HTTP server

Download history 30/week @ 2024-07-23 22/week @ 2024-07-30 7/week @ 2024-09-24 4/week @ 2024-10-01

53 downloads per month

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

~8–15MB
~192K SLoC