1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-27 11:24:38 -05:00

Add Zappa to Python list

Adds [Zappa](https://github.com/Miserlou/Zappa) - Python's server-less framework!
This commit is contained in:
Rich Jones 2017-05-19 10:21:52 -04:00 committed by GitHub
parent a806d76595
commit 0d452b429a

View file

@ -260,6 +260,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Tornado](http://www.tornadoweb.org/) - Web framework and asynchronous networking library. - [Tornado](http://www.tornadoweb.org/) - Web framework and asynchronous networking library.
- [Twisted](https://twistedmatrix.com/trac/) - Event-driven network programming engine. - [Twisted](https://twistedmatrix.com/trac/) - Event-driven network programming engine.
- [Web.py](https://github.com/webpy/webpy/) - Minimalist web framework for Python. - [Web.py](https://github.com/webpy/webpy/) - Minimalist web framework for Python.
- [Zappa](https://github.com/Miserlou/Zappa) - Framework for building and deploying server-less Python event-driven and web applications.
### Ruby ### Ruby