Scalable, WSGI-compatible Websockets on Eventlet

Linked on Feb 16 at 17:18

“Here’s a websocket implementation that works inside (a slight modification to) WSGI. It requires the latest development version of Eventlet ” Websockets communicate with the browser via wait() and send(). An updating graph is included as an example.