Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rominavarela-practicas/cpp-web

Web Services in C++
https://github.com/rominavarela-practicas/cpp-web

Last synced: about 2 months ago
JSON representation

Web Services in C++

Awesome Lists containing this project

README

        

# cpp-web
Web Services in C++

##rest-client
Using https://github.com/mrtazz/restclient-cpp

Linux dependencies:

-to test
> sudo apt-get install curl

-to code
> sudo apt-get install libcurl4-openssl-dev

Windows dependencies:

1) Download developer library http://curl.haxx.se/libcurl/

2) Move downloaded content to system and register /bin into System Variables

##csi-http
Using https://github.com/bitbouncer/csi-http

##pion-client
Pion-net: https://github.com/splunk/pion

Linux dependencies:

> sudo apt-get install libpion-dev
> sudo apt-get install liblog4cplus-dev
> sudo apt-get install liblog4cpp5-dev
> sudo apt-get install libssl-dev
> sudo apt-get install libyajl-dev

##node-server
Basic server to test client GET and POST methods
Install nodejs, then, in project folder run:
> npm install
> node server