D is a simple standalone httpd.
-
Install it
cargo install d
(orcargo install --git https://github.com/liuchong/d
for the newest) -
Cd to somewhere and run it
cd ~/somewhere
# check usage
d -h
# run it
d
# or
d -p 8888
Licensed under either of these:
- Apache License Version 2.0 LICENSE-APACHE
- MIT License LICENSE-MIT
Please sign a cla, thanks!