GitHub - MatrixManAtYrService/cpprestsdk: 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.

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Readme

License

View license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

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