Oat++
Oat++ is a modern Web Framework for C++. It's fully loaded and contains all the necessary components for effective production-level development. It's also light and has a small memory footprint.
News
- ⚠️ Attention! Oat++ main repo is bumping its version to 1.4.0. While 1.4.0 is IN DEVELOPMENT use
1.3.0-latesttag. - Follow the changelog for news and features in version
1.4.0. - Consider supporting Oat++ via the GitHub sponsors page.
New ORM integrations:
Start
Support the Project
Maintaining and developing this project requires significant time and resources. If you enjoy using it and want to support its continued development, please consider supporting us through GitHub Sponsors.
Every contribution, big or small, helps us keep improving and maintaining the project. Thank you for your support!
About
- Website
- Supported Platforms
- Latest Benchmarks: 5 Million WebSockets
- Contributing to Oat++
Quick Overview
Shortcuts:
- Oat++ High Level Overview - Get a quick overview of Oat++ features.
- Example Project - A complete example of a "CRUD" service (UserService) built with Oat++. REST + Swagger-UI + SQLite.
Build Powerful API And Document It With Swagger-UI
See ApiController for more details.
"ENDPOINT_INFO(getUserById) {
info->summary = "Get one User by userId";
info->addResponse
