Motified WebCC library. Oraginal Source: https://github.com/sprinfall/webcc
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Adam Gu 63e9e87f4f Update README and tutorials. 7 years ago
doc Update README and tutorials. 7 years ago
example Refine folder structure; add rapidjson as submodule. 7 years ago
src/webcc Refine folder structure; add rapidjson as submodule. 7 years ago
third_party Refine folder structure; add rapidjson as submodule. 7 years ago
unittest Refine folder structure; add rapidjson as submodule. 7 years ago
.gitmodules Refine folder structure; add rapidjson as submodule. 7 years ago
CMakeLists.txt Refine folder structure; add rapidjson as submodule. 7 years ago
README.md Update README and tutorials. 7 years ago
compile_commands.json Enable C++11 on GCC; Link boost libs and pthread on GCC. 7 years ago

README.md

webcc

A lightweight C++ REST and SOAP client and server library based on Boost.Asio.

Tutorials

SOAP:

Dependencies

  • C++11
  • Boost 1.66+
  • pugixml (already included in the source tree) (SOAP only)

Build

TODO