diff --git a/README.md b/README.md index 2cd01e58..a07f3965 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. * [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/) - A Web framework and asynchronous networking library. ## Permissions @@ -755,7 +756,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for networking programming.* * [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks. -* [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library. * [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine. * [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python. * [diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python.