Name Last Update
Web Loading commit data...
base64 @ 26a73f38
nlohmann Loading commit data...
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...
Web.sln Loading commit data...
Web.sln.DotSettings.user Loading commit data...
compile.mingw.bat Loading commit data...
html.txt 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).

See also

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