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:
parent
639a749566
commit
129ca505db
1 changed files with 6 additions and 0 deletions
|
@ -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 doesn’t get in your way, written in D.
|
- [Vibe.d](http://vibed.org/) - Asynchronous I/O that doesn’t get in your way, written in D.
|
||||||
|
|
Loading…
Reference in a new issue