PaoloYam / 42_webserv

Creating a webserve in CPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42_webserv

The goal of the project is to build a C++98 compatible HTTP web server from scratch. The web server can handle HTTP GET, HEAD, POST, PUT, and DELETE Requests, and can serve static files from a specified root directory or dynamic content using CGI. It is also able to handle multiple client connections concurrently with the help of poll() and select().

About

Creating a webserve in CPP


Languages

Language:C++ 81.0%Language:HTML 9.6%Language:JavaScript 5.0%Language:Makefile 2.0%Language:PHP 1.4%Language:CSS 1.2%