/cpp-web

Web Services in C++

Primary LanguageC

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