<aside>
👉 Summary
As part of 42’s curriculum, we have to build a webServ Nginx style with C++ from scratch
</aside>
Links
🧠 Subject
✅ Checklist 42
🖥️ Github repo
Documentation
Schemes
Project planning
Questions
Retro
Project Team
Ouafae MOUDNI
Maxime RIAUD
Dimitri PACCAGNIGNI
🤝 Our program in a Nutshell

🛑 Constraints
- No multi-threading
- No multi-processing (except for CGI)
- 1 epoll
- No read or write operation without going through epoll
🎓 Competences acquired
- Sockets’ programming
- HTTP protocol
- Webservers
- Event-driven programming