Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- Python

Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.

libuv is a software library that provides asynchronous event notification. libuv supports epoll(4), kqueue(2), Windows IOCP, and Solaris event ports. It is primarily designed for use in Node.js but it is also used by other software projects.