Systems·C++·1
Webserv
An HTTP/1.1 web server from scratch in C++
About this project
A fully-functional HTTP/1.1 web server built in C++ 98. It handles concurrent connections using I/O multiplexing (poll/epoll/select), parses server configurations, serves static files, supports GET/POST/DELETE methods, manages session cookies, and processes dynamic scripts through a CGI handler.
Tech Stack
C++C++98I/O MultiplexingHTTP/1.1CGISockets
Private Repository