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

Added Pistache

This commit is contained in:
Marc 2016-04-13 22:01:40 +02:00
parent 9a2099c85b
commit fadb9c4c53

View file

@ -117,7 +117,8 @@ A curated list of Microservice Architecture related principles and technologies.
- [C++ Micro Services](http://cppmicroservices.org/) - An OSGi-like C++ dynamic module system and service registry.
- [Enduro/X](https://github.com/endurox-dev/endurox/) - XATMI based service framework for GNU/Linux.
- [Pion](https://github.com/splunk/pion) - C++ framework for building lightweight HTTP interfaces.
- [POCO](http://pocoproject.org/) - Open source C++ class libraries for building network-based applications and servers.
- [Pistache](https://github.com/oktal/pistache) - A high-performance REST Toolkit written in C++.
- [Poco](http://pocoproject.org/) - C++ class libraries for building network-based applications and servers.
- [Served](https://github.com/datasift/served) - C++ library for building high performance RESTful web servers.
- [ULib](https://github.com/stefanocasazza/ULib) - Highly optimized class framework for writing C++ applications.