You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight HTTP/1.1 Web Server — A C++ web server built from scratch, compliant with RFC 7230. Inspired by Nginx architecture, it supports static file serving, modular configuration parsing, and basic routing. Designed to deepen understanding of event-driven architecture and HTTP internals.