Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Nov 3, 2019
1 parent 77c2e22 commit eeba521
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* [awesome-django](https://github.com/shahraizali/awesome-django)
* [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.
* [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.
* 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.
* [awesome-flask](https://github.com/humiaozuzu/awesome-flask)
* [Pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
* [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

Expand Down

0 comments on commit eeba521

Please sign in to comment.