diff --git a/README.md b/README.md index 836806e..fcf7c39 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