Low-level systems projects focusing on performance, concurrency, and correctness.
🌐 Multithreaded HTTP Server (C++ / POSIX)

Description:
A low-level HTTP server implemented in C++ using POSIX sockets and pthreads.
Supports concurrent connections, static file serving, and integrates a custom document search engine.