Overview of C++ REST SDK features
masterThe C++ REST SDK provides tools for cloud-based client-server communication using an asynchronous C++ API. Key features include:
- Communication: HTTP client/server, WebSockets client, and oAuth.
- Data Handling: JSON, URI, and asynchronous streams.
- Concurrency: PPL Tasks (Parallel Patterns Library) for composing asynchronous operations based on C++ 11 features.
- Supported Platforms: Windows desktop, Windows Store (UWP), Linux, OS X, Unix, iOS, and Android.