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:
make
webserv
will be generated after compilation. - Execute it adding a config file in
json
format.If you do
make start
it 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.