This commit is contained in:
Vinta Chen 2019-11-04 00:49:57 +08:00
parent 77c2e22882
commit eeba5214c7
1 changed files with 13 additions and 10 deletions

View File

@ -1198,16 +1198,19 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Full stack web frameworks.*
* [Django](https://www.djangoproject.com/) - The most popular web framework in Python.
* Synchronous
* [Django](https://www.djangoproject.com/) - The most popular web framework in Python.
* [awesome-django](https://github.com/shahraizali/awesome-django)
* [Flask](http://flask.pocoo.org/) - A microframework for Python.
* [Flask](http://flask.pocoo.org/) - A microframework for Python.
* [awesome-flask](https://github.com/humiaozuzu/awesome-flask)
* [Masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework.
* [Pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
* [Pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
* [Sanic](https://github.com/channelcat/sanic) - Web server that's written to go fast.
* [Vibora](https://vibora.io/) - Fast, efficient and asynchronous Web framework inspired by Flask.
* [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.
* [Masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework.
* Asynchronous
* [FastAPI](https://github.com/tiangolo/fastapi) - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
* [Sanic](https://github.com/huge-success/sanic) - Web server that's written to go fast.
* [Vibora](https://vibora.io/) - Fast, efficient and asynchronous Web framework inspired by Flask.
* [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.
## WebSocket