Project developed by onapoli- & pmira-pe students from 42.
It's done in C++.
webserv aims to teach how web servers works. So this project is like an nginx made from zero.
- Clone repository.
- In repository do:
makewebservwill be generated after compilation. - Execute it adding a config file in
jsonformat.If you do
make startit will generateexample_config.json(but you can add yours).
This config files have strict rules. Check the example_config.json or feel free to change it.