Skip to content

Latest commit

 

History

252 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages