Skip to content

Carnageous/cpp-webserver

 
 

Repository files navigation

cpp-webserver

A simple webserver for Windows

Getting the sources from Github

git clone https://github.com/ReneNyffenegger/cpp-webserver webserver
cd webserver
git submodule update --init --recursive

Compiling & Running the Webserver

The suppliead compile.mingw.bat should compile the sources into WebServer.exe.

This executable, when started, listens on port 8080 (http://localhost:8080).

See also

http://renenyffenegger.ch/notes/web/webserver/cpp/simple/index

About

A simple webserver for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • Batchfile 2.1%