webserv
Stack
- C++
- Makefile
An HTTP/1.1 server in C++98 that serves static files, runs CGI scripts (e.g. PHP, Python), and is driven by an nginx-style config file. Handles multiple connections with non-blocking I/O (epoll) and supports common methods and error pages. Illustrates how web servers work from the inside.