Name Last Update
base64 @ 26a73f38
socket @ 713768b9
.gitignore Loading commit data...
.gitmodules Loading commit data...
README.md Loading commit data...
Tracer.h Loading commit data...
UrlHelper.cpp Loading commit data...
UrlHelper.h Loading commit data...
compile.mingw.bat Loading commit data...
main.cpp Loading commit data...
stdHelpers.cpp Loading commit data...
stdHelpers.h Loading commit data...
webserver.cpp Loading commit data...
webserver.h Loading commit data...

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).