A simple web server daemon. accept request using HTTP, the server responds conents.
cd src
make
cd ../
./simple_web_server The document root directory of web server is html, it contain some html page and images.
The web server listen on port 8080 ,if it comflict with using port . you can change it.
modify port number in file src/init_socket.h. then restart it
access the web server via http://ip:8080/
you can contact me with mail hanjinpeng127@163.com