add uvloop

Ultra fast implementation of asyncio event loop on top of libuv.
This commit is contained in:
Peng Xiao 2016-07-08 07:45:14 +08:00 committed by GitHub
parent e548538f56
commit 3bc105e24f
1 changed files with 1 additions and 0 deletions

View File

@ -771,6 +771,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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).
* [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