Asyncio is pretty fast, but as soon as you write any Python logic, request per second will drop significantly. I'm surprise uvloop is faster than node.js since libuv was developed for the latter. Kudos to the author.
Sure, but it really depends on how complex your Python code is.
> I'm surprise uvloop is faster than node.js since libuv was developed for the latter. Kudos to the author.
Thanks!