Merge pull request #501 from sgoblin/patch-1

Moved tornado to web framework section.
This commit is contained in:
Vinta 2015-10-30 17:20:22 +08:00
commit 971d77b02c

View File

@ -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. * [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. * [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. * [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 ## Permissions
@ -755,7 +756,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Libraries for networking programming.* *Libraries for networking programming.*
* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks. * [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. * [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine.
* [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python. * [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. * [diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python.