Skip to content

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.

License

Notifications You must be signed in to change notification settings

MatrixManAtYrService/cpprestsdk

 
 

Repository files navigation

I created this fork to aide in troubleshooting, it contains two samples not in Microsoft's version. Unless you're interested in my half baked samples, you probably want the Microsoft version.

My samples are called HelloWorldListener and HelloWorldSpeaker. Run the listener first, then run the speaker. The speaker will show you what it's serializing ("Hello World!"). The listener should recieve it and display the string.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.3%
  • C 1.4%
  • CMake 0.8%
  • Python 0.8%
  • HTML 0.2%
  • Shell 0.2%
  • Other 0.3%