Very basic Socket implementation that serves a html file on port 80.
git clone https://github.com/rogercoll/HttpSocket.git
cd HttpSocket
gcc -o serverSocket serverSocket.c socketMng.c
./serverSocket 80
localhost:80
Remember that the port for web services must be 80
It serves the file whose name is "baidu.html" and is located in "/WEB"