This project is about writing an HTTP server and to be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
git clone https://github.com/Dutesier/webserv
cd webserv
# In webser root dir
mkdir build/
cd build/
cmake -D test=ON ..
make
./webserv
## Running Unit Tests
./tests/webserv_test