Webserv is a custom HTTP/1.1 server built from scratch in C++98. I implemented non-blocking network communication, request parsing, routing, static file serving, uploads, CGI execution, and configurable error handling. The project demonstrates my skills in backend engineering, networking, systems programming, and protocol design.
Webserv is a custom HTTP/1.1 server built from scratch in C++98. I implemented non-blocking network communication, request parsing, routing, static file serv...