Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 212 Bytes

static-webserver

Webserver serving static Files from Memory written in Rust

During startup all files will be cached and indexed.

Start the server with cargo run --release <webroot_path> <number_of_workers>