Sample application for C++ http server.
Common:
Linux:
- dl
- pthread
Linux:
git clone https://github.com/awwit/httpserverapp.git
cd httpserverapp
mkdir build
cd build
qbs build -f ./../projects/qt-creator/httpserverapp.qbs releaseThe source codes are licensed under the MIT, the full text of the license is located in the LICENSE file.