Select your language

Home arrow-right ... arrow-right Development Software arrow-right Component Libraries Software arrow-right eventlet

We've compiled a list of 7 free and paid alternatives to eventlet. The primary competitors include VWO Fullstack, Socket.io. In addition to these, users also draw comparisons between eventlet and gevent, greenlet, Bone.io. Also you can look at other similar options here: Development Software, Component Libraries Software.


Effortlessly trial and implement intricate features with VWO FullStack. It offers server-side adaptability for diverse experiments with in-depth segmentation, ensuring optimal performance and consistent user experiences across channels.

Socket.io
Free Open Source

Socket.IO aims to make real-time apps possible in every browser and mobile device, blurring the...

gevent
Free Open Source

gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level...

greenlet
Free Open Source

Lightweight in-process concurrent programming

Bone.io is a lightweight framework for building high performance Realtime Single Page JavaScript...

WebSocket-Node
Free Open Source

A WebSocket Implementation for Node.JS ( Draft -08 through the final RFC 6455 )

JsSIP, the JavaScript SIP (Session Initiation Protocol ) library

Eventlet is a concurrent networking library for Python that allows you to change how you run your...

eventlet Platforms

tick-square Windows
tick-square Linux
tick-square Mac

eventlet Video and Screenshots

eventlet Overview

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

- It uses epoll or kqueue or libevent for highly scalable non-blocking I-O.
- Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I-O.
- The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application.

It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at examples, common design patterns, and the list of the basic API primitives.

Source code : https://github.com/eventlet/eventlet/

License: MIT.

Top eventlet Alternatives

Share your opinion about the software, leave a review and help make it even better!

eventlet Tags

libevent kqueue concurrent-networking epoll library python

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?