6 releases
0.1.5 | Oct 12, 2022 |
---|---|
0.1.4 | Jul 26, 2022 |
0.1.3 | Jan 12, 2021 |
0.1.2 | Dec 27, 2020 |
#581 in HTTP server
24KB
115 lines
simple-web-server
Simple web server powered by Rust
Install
If you have Rust: cargo install wserver
If you have Debian/Ubuntu: Releases
Usage
wserver 0.1.5
DEADBLACKCLOVER <deadblackclover@protonmail.com>
Simple web server powered by Rust
USAGE:
wserver [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-l, --logs Logging requests
-V, --version Prints version information
OPTIONS:
-a, --address <IP> Server IP address
--path <PATH> File path
-p, --port <PORT> Server port
-t, --threads <NUMBER> Number of threads
Dependencies
~11–25MB
~318K SLoC