Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rominavarela-practicas/cpp-web
Web Services in C++
https://github.com/rominavarela-practicas/cpp-web
Last synced: 18 days ago
JSON representation
Web Services in C++
- Host: GitHub
- URL: https://github.com/rominavarela-practicas/cpp-web
- Owner: rominavarela-practicas
- Archived: true
- Created: 2015-05-25T15:56:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T20:18:22.000Z (over 9 years ago)
- Last Synced: 2024-08-05T02:01:55.674Z (3 months ago)
- Language: C
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-web
Web Services in C++##rest-client
Using https://github.com/mrtazz/restclient-cppLinux dependencies:
-to test
> sudo apt-get install curl-to code
> sudo apt-get install libcurl4-openssl-devWindows 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/pionLinux 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