Fast, lightweight, pure C++ HTTP Web Server
git clone https://github.com/zulqarDOTnet/pure-cpp-web-server.git
cd pure-cpp-web-serverdocker compose build && docker compose up -ddocker compose build --no-cache && docker compose up -d --force-recreatedocker stop pure-cpp-web-server
docker rm pure-cpp-web-serversudo apt-get install g++ build-essential nlohmann-json3-dev libboost-all-dev zlib1g-dev zstd brotli
sh build_run.shPlease check in the config config.json for configuration options or to enable or disable certain features or behaviors.