C

cpp-webs-server

기말 프로젝트를 위해 https://github.com/ReneNyffenegger/cpp-webserver 를 개조하였습니다. 코드 상당부분을 개조하였으므로, 원본 코드를 확인하기 위해선 원본 깃허브를 참조하십시오.

0a7e3233 application/json 대응, · by 김민수

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