No description
Find a file
2026-01-09 14:30:14 +01:00
README.md feat: README 2026-01-09 14:30:14 +01:00

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