Sample application for C++ http server.
Common:
Linux: dl, pthread, gnutls
Windows: ws2_32.lib, libgnutls.dll.a
Linux:
git clone https://github.com/awwit/httpserverapp.git
cd httpserverapp
makeor
git clone https://github.com/awwit/httpserverapp.git
cd httpserverapp
mkdir build
cd build
qbs build -f ./../projects/qt-creator/httpserverapp.qbs releaseWindows:
git clone https://github.com/awwit/httpserverapp.git
cd httpserver
mkdir build
cd build
devenv ./../projects/msvs/httpserverapp.sln /buildThe source codes are licensed under the MIT, the full text of the license is located in the LICENSE file.