CPPServer
A simple yet powerful cross-platform web server made using C++
Install / Use
/learn @aimardcr/CPPServerREADME
C++ Server
A simple yet powerful cross-platform web server made using C++
Examples
Checkout main.cpp
Build
Makefile (Linux)
Run make to build the project, the binary will be in the server directory or run make run to start the server immediately.
CMake (Windows & Linux)
Windows
(Make sure you have zlib installed using vcpkg)
- mkdir build && cd build
- cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ..
- cmake --build . --config Release
Linux
- mkdir build && cd build
- cmake ..
- cmake --build .
TODO
So much... please kindly check the source and any contributors are welcome!
