List of example projects of how to use oat++ framework
More about oatpp see https://oatpp.io/
- Media-Stream (Http-Live-Streaming) - Example project of how-to build HLS-streaming server using oat++ Async-API.
- CRUD - Example project of how-to create basic CRUD endpoints
- AsyncApi - Example project of how-to use asynchronous API for handling large number of simultaneous connections
- ApiClient-Demo - Example project of how-to use Retrofit-like client wrapper (ApiClient) and how it works
- TLS-Libressl - Example project of how-to setup secure connection and serve via HTTPS.
- Consul - Example project of how-to use oatpp::consul::Client. Integration with Consul.