Skip to content

prownd/simple_web_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simple web server

a simple web server daemon. accept request using HTTP, the server responds conents.

Compile

cd src
make
cd ../
./simple_web_server

doc

html is document root directory. it contain some html page and images.
the web server listen 8080 port ,if it comflict with using port .you can change it.
modify port number in file src/init_socket.h.
then restart simple web server

access the web server via http://ip:8080/

Email

you can contact me with mail [email protected]