From 06104fdb4c43f5c11c37a3bc1eece0259bdd4ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Fin=C5=BEgar?= Date: Sun, 16 Oct 2016 22:47:57 +0200 Subject: [PATCH] add Sanic web server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 035f3cdf..0f68d383 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Bottle](http://bottlepy.org/docs/dev/index.html) - A fast, simple and lightweight WSGI micro web-framework. * [CherryPy](http://www.cherrypy.org/) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled. * [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. +* [Sanic](https://github.com/channelcat/sanic) - Web server that's written to go fast. * [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful. * [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. * [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.