1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2025-09-04 22:32:41 -04:00

Added Pion

This commit is contained in:
mfornos 2016-01-03 22:55:28 +01:00
parent da9877a95a
commit b6f2de030a

View file

@ -101,6 +101,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [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.
- [Pion](https://github.com/splunk/pion) - C++ framework for building lightweight HTTP interfaces.
- [Served](https://github.com/datasift/served) - C++ library for building high performance RESTful web servers.
### D