Skip to content

Dutesier/webserv

Repository files navigation

Webserv

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.

Installation

git clone https://github.com/Dutesier/webserv
cd webserv

Compilation

# In webser root dir
mkdir build/
cd build/
cmake -D test=ON ..
make
./webserv
## Running Unit Tests
./tests/webserv_test

About

Writing an HTTP server in C and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages