Rene Nyffenegger
Committed by GitHub

Update README.md

...@@ -12,3 +12,7 @@ A simple webserver for Windows ...@@ -12,3 +12,7 @@ A simple webserver for Windows
12 The suppliead `compile.mingw.bat` should compile the sources into `WebServer.exe`. 12 The suppliead `compile.mingw.bat` should compile the sources into `WebServer.exe`.
13 13
14 This executable, when started, listens on port 8080 (`http://localhost:8080`). 14 This executable, when started, listens on port 8080 (`http://localhost:8080`).
15 +
16 +## See also
17 +
18 +http://renenyffenegger.ch/notes/web/webserver/cpp/simple/index
......