This website is served by a lightweight HTTP/1.1 web server written entirely in modern C++ using raw BSD socket programming. The server was built from scratch without external networking or web frameworks, directly handling TCP connections, HTTP request parsing, and response generation. The server runs on a Raspberry Pi in my room and listens for incoming connections forwarded through my home network.
This setup was designed as a learning-focused systems project to demonstrate a practical understanding of networking fundamentals, HTTP internals, and low-level server architecture, from socket lifecycle management to request routing and file serving.