1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

Added C++ service toolkits

This commit is contained in:
mfornos 2015-09-19 20:07:26 +02:00
parent 639a749566
commit 129ca505db

View file

@ -11,6 +11,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Go](#go) - [Go](#go)
- [Node.js](#nodejs) - [Node.js](#nodejs)
- [C](#c) - [C](#c)
- [C++](#c)
- [D](#d) - [D](#d)
- [Erlang](#erlang) - [Erlang](#erlang)
- [Runtimes](#runtimes) - [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. - [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 ### D
- [Vibe.d](http://vibed.org/) - Asynchronous I/O that doesnt get in your way, written in D. - [Vibe.d](http://vibed.org/) - Asynchronous I/O that doesnt get in your way, written in D.