eventlet icon
eventlet icon

eventlet

 3 likes

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

eventlet screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Python
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

eventlet News & Activities

Highlights All activities

Recent activities

Show all activities

eventlet information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Education & ReferenceDevelopment

Our users have written 0 comments and reviews about eventlet, and it has gotten 3 likes

eventlet was added to AlternativeTo by 11009723 on Jul 30, 2016 and this page was last updated Jul 30, 2016.
No comments or reviews, maybe you want to be first?
Post comment/review

What is eventlet?

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/ Source code : https://bitbucket.org/eventlet/eventlet/

Documentation : http://eventlet.net/doc/

License: MIT.