Operational2024
WebServer
A high-performance HTTP/1.1 web server implemented in C++98. Features epoll-based I/O multiplexing for handling thousands of concurrent connections efficiently. Includes CGI support for dynamic content and uses TOML for clean, readable configuration files.
Technologies
Key Features
- HTTP/1.1 compliant
- Epoll-based I/O multiplexing
- CGI script support
- TOML configuration
- Virtual host support
- Static file serving
Interested in this project?
Check out the source code or reach out for any questions!
View Repository