From 129ca505db0b95608db1aee700d4db847d2fcee0 Mon Sep 17 00:00:00 2001 From: mfornos Date: Sat, 19 Sep 2015 20:07:26 +0200 Subject: [PATCH] Added C++ service toolkits --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12fb6ba..9d382a7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Go](#go) - [Node.js](#nodejs) - [C](#c) + - [C++](#c) - [D](#d) - [Erlang](#erlang) - [Runtimes](#runtimes) @@ -112,6 +113,11 @@ A curated list of Microservice Architecture related principles and technologies. - [Kore](https://kore.io/) - Easy to use web application framework for writing scalable web APIs in C. +### C++ + +- [AnyRPC](https://github.com/sgieseking/anyrpc) - Provides a common system to work with a number of different remote procedure call standards, including: JSON-RPC, XML-RPC, MessagePack-RPC. +- [C++ Micro Services](http://cppmicroservices.org/) - An OSGi-like C++ dynamic module system and service registry. + ### D - [Vibe.d](http://vibed.org/) - Asynchronous I/O that doesn’t get in your way, written in D.