/Webserv

Primary LanguageC++

Webserv

HTTP server with CGI

Main Objectives

Create a web server following Nginx as example. Epoll was chosen for multiplexing. Multiple servers and clients are handled. GET POST DELETE methods are supported. PHP and Python can execute scripts trough CGI.

Usage

Run make then launch ./webserv executable.

Skills gained

Understanding the inner workings of a web server.

Final Grade

alt text