No description
| README.md | ||
WebServ
What is this project ?
This project is an educational project as a part of the 42 school curriculum.
What is the aim of this project ?
The aim of this project is to create a web server that implement the http 1.1 protocol
How to build and run this project ?
# clone the repository
git clone https://forgejo.asventi.net/webserv/webserv.git
# go into the directory
cd webserv
# build the server
make
# run the server
./webserv