gevent project

This page has been migrated to https://github.com/SiteSupport/gevent/wiki/Projects

This is an (incomplete) list of projects that use Gevent. If you like to be included, please mail to the Google group . We also maintain a Compatibility page that lists some popular libraries and their compatibility status with Gevent.

Database drivers

Web servers

  • gunicorn : HTTP/WSGI Server for UNIX designed to serve fast clients or sleepy applications.
  • pastegevent : Run WSGI applications with PasteDeploy and gevent.

Applications

  • atami RSS/Atom feed aggregator/filter
  • django-rpg : A simple framework to create RPG with gevent and Django.
  • indygo pastescript template for a complete django project with pip+virtualenv, fabric, a gevent-based wsgi server and various helpers scripts.
  • locust : An easy-to-use user load testing tool
  • logglyproxy A syslog proxy server forwarding messages to Loggly via HTTPS.
  • mixevent A gevent and REDIS based queue for creating a MixPanel event with Python.
  • radiator STOMP broker in python/gevent.
  • sec-wall A feature packed high-performance security proxy.
  • Shaveet is a zero-config JSONP/CORS long-polling(AKA comet) server.
  • tproxy is a simple TCP routing proxy (layer 7) that lets you configure the routine logic in Python.
  • hroute simple HTTP proxy based on tproxy.
  • uurl URL shortener built with gevent, redis, bottle
  • livestream A simple Django app that uses gevent and long polling to add the capability of including live event streams in other Django applications.
  • kaylee Distributed MapReduce with ZeroMQ
  • miyamoto fast, clusterable task queue inspired by Google App Engine's task queue.

Clients and protocol implementations

Tools extending Gevent

Libraries

  • gevent-socketio socket.io backend
  • mwlib : a library for parsing MediaWiki articles.
  • pykka implements the actor model for concurrent programming.
  • Restkit : an HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it.
  • plivo Rapid Telephony Application Development Framework
  • pyramid_socketio Gevent-based Socket.IO pyramid integration and helpers
  • kiss.py MVC web framework in Python with Gevent, Jinja2, Werkzeug

Integration with other network libraries

猜你喜欢

转载自san-yun.iteye.com/blog/1753930