From 5fde103b08299bf91ba86e6cd17a746a6d6b8520 Mon Sep 17 00:00:00 2001 From: nivm Date: Sun, 9 Apr 2017 10:35:14 +0300 Subject: [PATCH] Add Sanic to python Service Toolkits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f44c4ed..3948232 100644 --- a/README.md +++ b/README.md @@ -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. - [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. - [Twisted](https://twistedmatrix.com/trac/) - Event-driven network programming engine. - [Web.py](https://github.com/webpy/webpy/) - Minimalist web framework for Python.