oatpp

Light and powerful C++ web framework for building REST APIs

brewmacoslinux
Try with needOr install directly
Source

About

Light and powerful C++ web framework

Commands

oatpp

Examples

Create a new Oat++ project with scaffolding$ oatpp project create --name my-api
Generate API documentation from Oat++ annotations$ oatpp swagger generate --input src/ --output docs/
Build and compile an Oat++ web application$ cd my-api && cmake . && make