A Simple HTTP Server in C
Directory Structure and Makefile
Directory Structure
.
├── build
├── include
├── Makefile
├── README.md
└── src
└── main.c
The directory structure is organized as follows:
build: This directory is intended to hold the compiled output of the pro...
blogs.praful.dev11 min read