Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민수
/
cpp-webs-server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Rene Nyffenegger
2018-01-15 15:48:10 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c2bbc2846cc630c56cb7c1f3efca50ba7c25d7b
5c2bbc28
1 parent
9d6a43d7
Compiling and Running
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
README.md
README.md
View file @
5c2bbc2
...
...
@@ -6,3 +6,9 @@ A simple webserver for Windows
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`
).
...
...
Please
register
or
login
to post a comment