Skip to content

veloenot/webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a 21 School/Ecole 42 Project

webserv

Coding NGINX-like HTTP server based upon "select" for multiple websites supporting CGI scripts and cookies. Subject can be found here.

Project goals

  • Understanding the way NGINX works
  • Implement HTTP, CGI and cookies
  • Practice making static website
  • Practice HTTP requests
  • Practice OOP