From ed9ef85a340d4d9b157e87c25547e3717972551f Mon Sep 17 00:00:00 2001 From: laoshanxi <178029200@qq.com> Date: Sat, 10 Oct 2020 09:58:12 +0800 Subject: [PATCH] Add AppMesh to Open Source projects using Catch --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index cbea85d7..6cc557a8 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -94,6 +94,9 @@ A thread-safe header-only mocking framework for C++14. ## Applications & Tools +### [App Mesh](https://github.com/laoshanxi/app-mesh) +A high available cloud native micro-service application management platform implemented by modern C++. + ### [ArangoDB](https://github.com/arangodb/arangodb) ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values.