Merge pull request #747 from mfin/add-sanic-web-server

add Sanic web server
This commit is contained in:
Vinta 2017-04-04 22:36:08 +08:00 committed by GitHub
commit 10c9c170db

View File

@ -1185,6 +1185,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [awesome-flask](https://github.com/humiaozuzu/awesome-flask) * [awesome-flask](https://github.com/humiaozuzu/awesome-flask)
* [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. * [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
* [Sanic](https://github.com/channelcat/sanic) - Web server that's written to go fast.
* [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library. * [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.
* [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. * [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution.
* [Web2py](http://www.web2py.com/) - Full-stack enterprise framework for secure database-driven web-based applications. * [Web2py](http://www.web2py.com/) - Full-stack enterprise framework for secure database-driven web-based applications.