mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-27 11:24:38 -05:00
Merge pull request #76 from nivm/master
Add Sanic to python Service Toolkits
This commit is contained in:
commit
4b952cfd68
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
||||||
|
|
||||||
- [Flask](http://flask.pocoo.org/) - Python framework for microservices based on Werkzeug and Jinja 2.
|
- [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.
|
- [Nameko](https://github.com/onefinestay/nameko) - Python framework for building microservices.
|
||||||
|
- [Sanic](https://github.com/channelcat/sanic) - Sanic is a Flask-like Python 3.5+ web server that's written to go fast.
|
||||||
- [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.
|
||||||
|
|
Loading…
Reference in a new issue