🦀 | Meanings |
---|---|
MM | MaulingMonkey's |
U | Micro (µ) |
HTTP | HyperText Transfer Protocol |
D | Daemon |
- 0 dependencies
- 100% monkey
- don't actually use this
Install cargo/rust via e.g. rustup
rustup update # IDK how old your rust install is but you should probably update it
cargo install --git https://github.com/MaulingMonkey/mmuhttpd
mmuhttpd # use CWD as your webroot
mmuhttpd --open some/other/dir # use another dir as your webroot + open your browser
mmuhttpd --allow-all-ipv4 # allow non-localhost traffic (bind to any/all IPv4 addresses)
mmuhttpd --allow-all-ipv6 # allow non-localhost traffic (bind to any/all IPv6 addresses)
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.