
Oatpp
Create fast web services with C++ using Oat++. It's a light, zero-dependency, no-installation web-framework. FEATURES
- Asynchronous server (High performance. Handle 30K+ simultaneous connections)
- Multithreaded server (Simple API)
- Connection agnostic. (It cares about HTTP stream only)
- REST framework (with ability to autodocument endpoints see oatpp-swagger)
- Retrofit-like client wrapper (Use whatever request executor for example cURL, or minimalistic one provided out of the box)
- Object mapping (Fast object serialization-deserialization. Currently JSON, more formats comes shortly)
- Simple dependency injection framework
- Simple Test framework
- HTTP_1.1 (2.0 comes shortly)