simple-web-server

crates.io

Simple web server powered by Rust

Install

If you have Rust: cargo install wserver

If you have Debian/Ubuntu: Releases

Usage

```bash wserver 0.1.3 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 Server IP address --path File path -p, --port Server port -t, --threads Number of threads ```