webserver — HTTP/1.1 Server in C++1 June 2024·112 words·1 minC++ Systems Programming HTTP Networking LinuxStandards-compliant HTTP/1.1 web server implemented in C++ from scratch — non-blocking I/O event loop, request parsing, CGI execution, and virtual host support.