Skip to content

mubeen-shahid/webserver.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webserver.cpp

No-dependency webserver implementation for Linux

To get up & running with webserver.cpp, simply download the main.cpp and index.html file from this repo. After that, bash g++ main.cpp -O3 -o webserver && chmod +x webserver to compile it, and bash ./webserver to start the server.

To visit your local webpage simply open your favorite webbrowser and enter either

http://localhost:8080/

or, if you are on the same network as your server, replace localhost with your server's IP adress. The result shall look something like this:

image

About

No-dependency webserver implementation for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors