From 3bc105e24f12e2c9f3fd407d0e5b2bd0d1199c37 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Fri, 8 Jul 2016 07:45:14 +0800 Subject: [PATCH] add uvloop Ultra fast implementation of asyncio event loop on top of libuv. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d06c34..d919a73 100644 --- a/README.md +++ b/README.md @@ -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