HTTP Server in C++98 github.com/WebServer
• Designed and implemented a high-performance HTTP server in C++98, supporting HTTP/1.1 with GET, POST,
and DELETE methods.
• Developed a non-blocking I/O architecture using select() to handle multiple clients concurrently without
blocking.
• Tools Used: C,C++