A webserver using C programming language. That meant to be fast, lightweight, and simple. A focused learning project!
Comprehensive logging features:
mkdir build
cd build
you can see the CMakeLists.txt in the root directory. It has all the instruction to generate Makefile & all other required files. To generate make file & the executable file: in build directory!
cmake ../
make
this will generate the server.out executable file inside the root directory:
./server.out