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

Add aiohttp to python Service Toolkits

This commit is contained in:
Michał Ociepka 2017-08-03 09:26:14 +02:00
parent cfc3e24b3a
commit 138fa9e126

View file

@ -256,6 +256,7 @@ A curated list of Microservice Architecture related principles and technologies.
### Python
- [Aiohttp](http://aiohttp.readthedocs.io/en/stable/) - HTTP client/server for asyncio.
- [API Star](https://github.com/tomchristie/apistar) - A fast and expressive API framework, designed for Python 3.
- [Flask](http://flask.pocoo.org/) - Python framework for microservices based on Werkzeug and Jinja 2.
- [Nameko](https://github.com/onefinestay/nameko) - Python framework for building microservices.