MyPoorWebServer
Demonstrates fundamental HTTP server implementation principles
...The repository contains source code that implements a basic HTTP server, intended to be compiled and run from the command line, exposing introductory web server functionality such as serving static HTML files and handling simple POST requests. It was originally developed as a resume project to demonstrate understanding of TCP/IP network programming, socket handling, and server lifecycle management, and so it reflects a hands-on approach to building server software from scratch rather than relying on frameworks. The project includes build instructions, example pages to host, and documentation encouraging readers to read reference texts before diving in.