Simple HTTP Server written from scrath in C !!
To compile the progam, just clone the source code from Github and use make:
git clone https://github.com/abdurehmanimran/http-server.git
cd http-server
make
Create a folder named web, copy the website code inside it, and run the binary:
mkdir web
cp <path> web/
./bin/http