summaryrefslogtreecommitdiff
path: root/examples/distributed_websocket_chat.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-5/+10
|
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-6/+6
|
* Refactored the green version of zmq to use a factory function for ContextBen Ford2010-10-121-2/+1
|
* Changed around the sockets in the bridge for claritly, tidied up the main ↵Ben Ford2010-09-301-14/+20
| | | | code and added some module docs
* Added a distributed chat example that has many chat servers forwarding chat ↵Ben Ford2010-09-291-0/+122
messages over a zmq device