
Gevent-socketio is a python implementation of the socket.io protocol, developed originally for node.js by learnboost and then ported to other languages. socket.io enables real-time web communications between a browser and a server, using a websocket-like api. one aim of this project is to provide a single gevent-based api that works across the different wsgi-based web frameworks out there (pyramid, pylons, flask, web2py, django, etc...). only ~3 lines of code are required to tie-in gevent-socketio in your framework. note: you need to use the gevent python wsgi server to use gevent-socketio.
this package contains the gevent-socketio documentation in html format.