mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-30 23:41:07 +00:00
Merge pull request #678 from xiaopeng163/master
add uvloop the fast implementation of asyncio event loop on top of libuv.
This commit is contained in:
commit
e5601f568e
|
@ -771,6 +771,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support.
|
* [eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support.
|
||||||
* [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
|
* [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
|
||||||
* [Tomorrow](https://github.com/madisonmay/Tomorrow) - Magic decorator syntax for asynchronous code.
|
* [Tomorrow](https://github.com/madisonmay/Tomorrow) - Magic decorator syntax for asynchronous code.
|
||||||
|
* [uvloop](https://github.com/MagicStack/uvloop) - Ultra fast implementation of asyncio event loop on top of libuv.
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user