slackbuilds_ponce/libraries/cpprestsdk/README
Andre Barboza 669bd94eac
libraries/cpprestsdk: Added (C++ REST SDK library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-12-24 07:33:38 +07:00

10 lines
464 B
Text

The C++ REST SDK is a Microsoft project for cloud-based client-server
communication in native code using a modern asynchronous C++ API
design. This project aims to help C++ developers connect to and
interact with services.
What's in the SDK:
- Features - HTTP client/server, JSON, URI, asynchronous streams,
WebSockets client, oAuth
- PPL Tasks - A powerful model for composing asynchronous
operations based on C++ 11 features