Webserver

๐Ÿ”— Subject Description In this project, done togheter with my peer Manuele Longo we developed a fully functional HTTP web server built in C++98, supporting essential web server features like GET, POST, and DELETE requests, CGI handling, and more. Purpose The purpose of this project is to create a robust and efficient web server that can handle various HTTP requests, serve static and dynamic content, and manage multiple virtual hosts. The server is designed to be lightweight, performant, and compliant with HTTP/1.1 standards. ...

September 26, 2024