HTTPwebServer A http web server written in C Setup Compile the program make Run the program using ./httpserver <port> <path> Open a browser and go to localhost:<port> To stop the server, press Ctrl+C