Skip to content
master
Go to file
Code

Latest commit

Fixed many warnings in code.
Changed code style.
913be66

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

httpserverapp

Sample application for C++ http server.

Dependencies

Common:

Linux: dl, pthread, gnutls

Windows: ws2_32.lib, libgnutls.dll.a

Build

Linux:

git clone https://github.com/awwit/httpserverapp.git
cd httpserverapp
make

or

git clone https://github.com/awwit/httpserverapp.git
cd httpserverapp
mkdir build
cd build
qbs build -f ./../projects/qt-creator/httpserverapp.qbs release

Windows:

git clone https://github.com/awwit/httpserverapp.git
cd httpserver
mkdir build
cd build
devenv ./../projects/msvs/httpserverapp.sln /build

License

The source codes are licensed under the MIT, the full text of the license is located in the LICENSE file.

About

Sample application for C++ http server

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages