-
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
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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
-
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
Related posts
-
Serving Static Files and Single Page Applications on Oat++ (OatPP)
-
Installing and Using The OatPP (Oat++) Library
-
What isn't cpp used on web servers as much as other languages?
-
C/C++ framework for REST API implementation
-
People talking about C++ and Java as bad languages. Let me introduce to you: Java++