Skip to content

wolfpup-software/file_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_server

http file server written in rust using tokio and hyper.

Install

Run the following commands:

git clone https://github.com/herebythere/file_server
cargo install --path file_server

Run

Run the following command to serve files at the cwd at localhost:3000:

file_server localhost:3000

Open a browser and visit http://localhost:3000.

Licence

BSD 3-Clause License

Releases

No releases published

Packages

No packages published

Languages