All Projects → oatpp → Oatpp Examples

oatpp / Oatpp Examples

Licence: apache-2.0
List of example projects of how to use oat++ framework

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Oatpp Examples

Gobetween
☁️ Modern & minimalistic load balancer for the Сloud era
Stars: ✭ 1,631 (+952.26%)
Mutual labels:  consul, tls
Aspnetcore.services
Examples for ASP.NET Core webservices
Stars: ✭ 59 (-61.94%)
Mutual labels:  examples, consul
Examples
DC/OS examples
Stars: ✭ 139 (-10.32%)
Mutual labels:  examples
Data
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
Stars: ✭ 150 (-3.23%)
Mutual labels:  crud
Examples
Repo containing example apps made with NodeGui and React NodeGui
Stars: ✭ 144 (-7.1%)
Mutual labels:  examples
Go Oauth2 Server
A standalone, specification-compliant, OAuth2 server written in Golang.
Stars: ✭ 1,843 (+1089.03%)
Mutual labels:  consul
Play2 Crud
Simple CRUD & DAO implementation for play2
Stars: ✭ 146 (-5.81%)
Mutual labels:  crud
Fastfiles
Fastlane fastfile examples and custom actions
Stars: ✭ 138 (-10.97%)
Mutual labels:  examples
D2 Crud Plus
面向配置的crud框架,基于d2-admin的d2-crud,简化d2-crud配置,快速开发crud功能;支持远程数据字典,国际手机号校验,alioss、腾讯云cos、七牛云文件上传、头像裁剪,省市区选择,权限管理,代码生成
Stars: ✭ 154 (-0.65%)
Mutual labels:  crud
Tokio Rustls
Asynchronous TLS/SSL streams for Tokio using Rustls.
Stars: ✭ 143 (-7.74%)
Mutual labels:  tls
Summernote Cleaner
Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
Stars: ✭ 148 (-4.52%)
Mutual labels:  crud
Django Crudbuilder
Generic CRUD implementation in Django
Stars: ✭ 142 (-8.39%)
Mutual labels:  crud
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-10.32%)
Mutual labels:  crud
Condenserdotnet
API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib
Stars: ✭ 147 (-5.16%)
Mutual labels:  consul
Typegraphql Prisma
Prisma 2 generator to emit TypeGraphQL types and CRUD resolvers from your Prisma 2 schema
Stars: ✭ 137 (-11.61%)
Mutual labels:  crud
Angular2 Crud Rest
Sample Angular (2.x and 4.x) app: CRUD example + routing
Stars: ✭ 152 (-1.94%)
Mutual labels:  crud
Ngx http consul backend module
An nginx module for setting backends from Consul services.
Stars: ✭ 139 (-10.32%)
Mutual labels:  consul
Vaadin On Kotlin
Writing full-stack statically-typed web apps on JVM at its simplest
Stars: ✭ 141 (-9.03%)
Mutual labels:  crud
Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (-5.81%)
Mutual labels:  tls
Canjs
Build CRUD apps in fewer lines of code.
Stars: ✭ 1,881 (+1113.55%)
Mutual labels:  crud

oatpp-examples

List of example projects of how to use oat++ framework

More about Oat++:

Examples:

REST-API

  • ApiClient-Demo - Example project of how-to use Retrofit-like client wrapper (ApiClient) and how it works.
  • AsyncApi - Example project of how-to use asynchronous API for handling large number of simultaneous connections.
  • CRUD - Example project of how-to create basic CRUD endpoints.
  • PostgreSQL - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles.

WebSocket

  • Can-Chat - Feature-complete rooms-based chat for tens of thousands users. Client plus Server.
  • WebSocket - Collection of oatpp WebSocket examples.
  • YUV-Websocket-Stream - Example project how-to create a YUV image stream from a V4L device (i.E. Webcam) using websockets.

IoT

  • Example-IoT-Hue - Example project how-to create an Philips Hue compatible REST-API that is discovered and controllable by Hue compatible Smart-Home devices like Amazon Alexa or Google Echo.

Streaming

TLS

  • TLS-Libressl - Example project how-to setup secure connection and serve via HTTPS.

Microservices

  • Consul - Example project of how-to use oatpp::consul::Client. Integration with Consul.
  • Microservices - Example project on how to build microservices with Oat++, and example on how to consolidate those microservices using monolithization technique.

Databases

  • MongoDB - Example project how to work with MongoDB using oatpp-mongo mondule. Project is a web-service with basic CRUD and Swagger-UI.
  • PostgreSQL - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].