Skip to content

eliaswendt/static-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>