a simple lil' web server
Serve static files at your leisure
$ lilyhttpd [path to directory root]--daemon initialize process as a daemon
--port specify port (defaults to 8080)
--no-keepalive turn off/on keep-alive
--debug turn on debug modeIf you want to run it, you'll need the brotli and gzip implemetations for your distro.