This project has been created as part of the 42 curriculum by elopez-u.
Webserv is a team project. For now, this repository includes only the parts I worked on.
This project aims to create your own HTTP server. You will be able to test it with a real web browser. HTTP is one of the most used protocols on the internet. Knowing its intricacies will be useful, even if web development is not on your carreer path.
- Clone the repository:
git clone https://github.com/3ka1tz/webserv.git- Move into it:
cd ~/webserv/- Build the project:
make- Run the generated executable:
./webserv