README: Add a link to the blog post

This commit is contained in:
Yury Selivanov 2016-05-04 10:21:28 -04:00
parent 7448803d92
commit dca023dc81
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ uvloop is a fast, drop-in replacement of the built-in asyncio
event loop. uvloop is implemented in Cython and uses libuv
under the hood.
Read more about uvloop here:
http://magic.io/blog/uvloop-blazing-fast-python-networking/
Installation
------------