A simple C++ Webserver.
usage: webserver [--port port | --directory directory]
-h, --help Show this help page
-p, --port Select the port
-d, --directory Select the directory to serve
Prerequisites:
sudo apt install build-essential
Build the webserver binary using Make:
make