summaryrefslogtreecommitdiff
path: root/examples/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+1
* PEP-8 fixesSergey Shepelev2014-08-271-0/+1
* python3 compat fixesVictor Sergeyev2014-03-281-7/+9
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-1/+1
* Incorporated Holger's fix for Chrome 5Ryan Williams2010-07-281-1/+1
* Added documentation for websocket module and switched to using decorators in ...Ryan Williams2010-05-221-2/+3
* Moved WebSocketWSGI class into eventlet.websocket and added a fewtests to bri...Ryan Williams2010-05-061-110/+7
* Corrected get_errno import to make websocket example work again (boo me for u...Ryan Williams2010-03-211-2/+2
* New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-2/+3
* MergeRyan Williams2010-02-211-5/+1
|\
| * Used convenience functions in examples.Ryan Williams2010-02-211-5/+1
|/
* Use None as the flag value because the empty string is a legit message.Ryan Williams2010-02-111-2/+2
* Updated websocket example, made it a little more bulletproof; now it's almost...Ryan Williams2010-02-111-35/+45
* Expanded websocket example, added graphing page which looks rad in Chrome.Ryan Williams2010-02-111-12/+43
* Added websocket example, small changes to wsgi to support it.Ryan Williams2010-02-101-0/+104