There are 2 repositories under oatpp topic.
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
List of example projects of how to use oat++ framework
A complete example of a "CRUD" service (UserService) built with Oat++.
Websocket Client and Server for benchmarks with Millions of concurrent connections.
OpenApi 3.0.0 docs + Swagger UI for oatpp services
Example project how-to build HLS-streaming server using oat++ Async-API.
Feature-complete rooms-based chat for tens of thousands users. Client plus Server. Built with Oat++ Web Framework.
Collection of oatpp WebSocket examples
A complete example of a "CRUD" service (UserService) built with Oat++ and using oatpp ORM with PostgreSQL.
Example project how-to use oatpp ApiClient and how it works
Example project how to do microservices using Oat++. Different build configs and monolithization.
Oat++ Example to emulate a Hue bridge using SSDP and HTTP
Example project how-to use oatpp-libressl submodule. HTTPS async server.
Oat++ example on how to stream raw YUV images from V4L2 via websockets to an HTML5 canvas
A complete example of a CRUD service with API secured with JSON Web Token (JWT)
RequestExecutor for oatpp's ApiClient based on libcurl. Supports both Sync and Async APIs.
[paused development] Large scale concurrent chemical search using RDKit cartridge, Oat++ and native Postgres & C++ features.
Client/Server Secure ConnectionProvider for oatpp applications. Based on MbedTLS.
Oat++ native BSON + MongoDB driver implementation based on Oat++ object-mapping sub-framework.
oatpp secure ConnectionProvider based on libressl
Module oatpp-zlib provides functionality for compressing/decompressing content with deflate and gzip. Supports both "Simple" and "Async" oatpp APIs.