server/README.md
Дамјан Георгиевски 7cd907b78d initial idea commited
2018-07-04 13:57:42 +02:00

18 lines
542 B
Markdown

a simple http server like `python -m http.server` but:
* written in rust with actix, should be faster
* allow concurency
* download whole directories in .tar format
* better auto index
* maybe announce itself on mDNS (avahi)
* maybe compress
Usage:
```
http-server [--bind ADDRESS] [--chdir DIRECTORY] [port]
port Specify alternate port [default: 8000]
--bind ADDRESS Specify alternate bind address [default: all interfaces]
--chdir DIRECTORY Specify directory to server [default: current directory]
```