Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -6,3 +6,9 @@ A simple webserver for Windows | ... | @@ -6,3 +6,9 @@ A simple webserver for Windows |
6 | git clone https://github.com/ReneNyffenegger/cpp-webserver webserver | 6 | git clone https://github.com/ReneNyffenegger/cpp-webserver webserver |
7 | cd webserver | 7 | cd webserver |
8 | git submodule update --init --recursive | 8 | git submodule update --init --recursive |
9 | + | ||
10 | +## Compiling & Running the Webserver | ||
11 | + | ||
12 | +The suppliead `compile.mingw.bat` should compile the sources into `WebServer.exe`. | ||
13 | + | ||
14 | +This executable, when started, listens on port 8080 (`http://localhost:8080`). | ... | ... |
-
Please register or login to post a comment