Simple HTTP Server in C Overview This project is a simple HTTP server written in C for learning purposes. Setup Clone this repository: git clone https://github.com/miguelbcodes/simple-http-server.git cd simple-http-server Build the project: make Run the executable: ./simple-server