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