All Projects → awwit → httpserverapp

awwit / httpserverapp

Licence: MIT license
Sample application for C++ http server

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects

Projects that are alternatives of or similar to httpserverapp

amazon-qldb-dmv-sample-python
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Python.
Stars: ✭ 23 (-8%)
Mutual labels:  sample
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-44%)
Mutual labels:  sample
SSBiometricsAuthentication
Biometric factors allow for secure authentication on the Android platform.
Stars: ✭ 87 (+248%)
Mutual labels:  sample
MetalPlayer
A video player using Metal.
Stars: ✭ 68 (+172%)
Mutual labels:  sample
hana-ml-samples
This project provides code examples for SAP HANA Predictive and Machine Learning scenarios and is educational content. It covers simple Predictive Analysis Library SQL examples as well as complete SAP HANA design-time “ML scenario”-application content or HANA-ML Python Notebook examples.
Stars: ✭ 67 (+168%)
Mutual labels:  sample
amazon-qldb-dmv-sample-nodejs
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Node.js
Stars: ✭ 38 (+52%)
Mutual labels:  sample
cloud-jenkins
The Cloud Jenkins sample project builds a web archive for running Jenkins in a developer account of the SAP HANA Cloud Platform. #cloud
Stars: ✭ 14 (-44%)
Mutual labels:  sample
java8
contains a several samples for java 8
Stars: ✭ 24 (-4%)
Mutual labels:  sample
modplayer-js
JavaScript player for SoundTracker mod files using AudioWorklet API
Stars: ✭ 30 (+20%)
Mutual labels:  sample
nextjs-microcms-tsx-jamstack-aspida-boilerplate
This is a Next.js^9.5 project bootstrapped with microCMS, aspida. And this is using TSX, Incremental Static Regeneration.
Stars: ✭ 13 (-48%)
Mutual labels:  sample
eventhub
Open-source event organizing web application and a reference DDD solution.
Stars: ✭ 97 (+288%)
Mutual labels:  sample
pg sampletolog
Postgres extension to sample statements or transactions to logs
Stars: ✭ 17 (-32%)
Mutual labels:  sample
sendbird-javascript-samples
A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for JavaScript samples.
Stars: ✭ 315 (+1160%)
Mutual labels:  sample
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (-20%)
Mutual labels:  sample
sample-react-native-redux-architecture-patterns
React-Native Redux Architecture Patterns Sample Project
Stars: ✭ 25 (+0%)
Mutual labels:  sample
vertx-kotlin-example
Vert.x + Kotlin example
Stars: ✭ 12 (-52%)
Mutual labels:  sample
Gestures-Samples
Project Prague Code Samples
Stars: ✭ 98 (+292%)
Mutual labels:  sample
angular-universal-localize-router
Angular (5-14) + universal + ngx-translate + localize-router + lazyloading
Stars: ✭ 14 (-44%)
Mutual labels:  sample
Jenkins-Pipeline-Utils
Global Jenkins Pipeline Library with common utilities.
Stars: ✭ 36 (+44%)
Mutual labels:  shared-library
machine-learning-dgm
Learning to Remember: A Synaptic Plasticity Driven Framework for Continual Learning
Stars: ✭ 35 (+40%)
Mutual labels:  sample

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].