microsoft / 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.
Other
7.96k stars 1.65k forks source link

cpprestsdk as www server question. #1695

Closed greenfish77 closed 2 years ago

greenfish77 commented 2 years ago

Any examples where I can use cpprestdk as a www server?

For example,

greenfish77 commented 2 years ago

i found https://github.com/Meenapintu/Restweb. good for reference.