Repository navigation
oatpp
- Website
- Wikipedia
🌱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
oatpp-websocket submodule.
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.
A complete example of a "CRUD" service (UserService) built with Oat++ and using oatpp ORM with PostgreSQL.
Anthropic’s Model Context Protocol implementation for Oat++
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