#web-server #web #server

app wserver

由Rust驱动的简单Web服务器

6个版本

0.1.5 2022年10月12日
0.1.4 2022年7月26日
0.1.3 2021年1月12日
0.1.2 2020年12月27日

#581 in HTTP服务器

GPL-3.0许可

24KB
115 代码行

simple-web-server

crates.io

由Rust驱动的简单Web服务器

安装

如果你有Rust: cargo install wserver

如果你有Debian/Ubuntu: 版本

用法

wserver 0.1.5
DEADBLACKCLOVER <[email protected]>
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

依赖项

~11–25MB
~318K SLoC