Server with oat++. Installation. CmakeLists.txt

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Oat++

    🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.

    cd "some/temp/path/for/repositories" git clone https://github.com/oatpp/oatpp.git cd oatpp mkdir build && cd build cmake .. (sudo) make install

  • oatpp-sqlite

    SQLite adapter for oatpp ORM.

    cd ../../ (back to repository root folder) git clone https://github.com/oatpp/oatpp-sqlite.git cd oatpp mkdir build && cd build cmake .. (sudo) make install

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • oatpp-swagger

    OpenApi 3.0.0 docs + Swagger UI for oatpp services

    cd ../../ (back to repository root folder) git clone https://github.com/oatpp/oatpp-swagger.git cd oatpp mkdir build && cd build cmake .. (sudo) make install Oat++ and it's modules now will be added in /usr/local/oatpp-1.3.1/ folder as oatpp, oatpp-swagger, oatpp-sqlite includes

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts