summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove rel.saferead() because of WrappedDispatcherengn33r2022-03-111-1/+0
|
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-2/+3
|
* Update the echo.websocket URL in README and 2 examples (#781)Sidney Maestre2022-01-242-2/+3
|
* rel example (#770)bubbleboy142021-12-131-0/+11
| | | | | | | | | | | | | | | Add example of ws.run_forever(dispatcher) to demonstrate using dispatcher * rel example * tweaked rel example for linter * added rel note to examples.rst * slightly more compact example * added example header * matched wording
* Fix #699 example returns on_close() exceptionengn33r2021-06-011-1/+1
|
* Remove six dependency and transition related code to Python3engn33r2021-05-051-1/+0
|
* revert #442v0.51.0liris2018-08-191-40/+0
|
* Patch WebSocketApp class to make it inheritableAndrey Bashlakov2018-06-181-0/+40
|
* use threadingAlberto Galera2017-07-071-5/+3
|
* echoapp_client: [PEP 8] Add space before commentAllan Lewis2016-04-271-1/+1
|
* wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacingAllan Lewis2016-04-271-3/+3
|
* fix typosJakub Wilk2016-01-031-2/+2
|
* fixed #130liris2014-11-201-6/+2
|
* executable in python3aeroaks2014-11-201-2/+9
| | | dirty modification to allow execution in python3 as well.
* Initial pass at low-hanging python3 fruit.Ralph Bean2014-04-141-0/+1
|
* - prepare for py3liris2013-02-192-12/+16
|
* address issue #9 and other changes to the demo codegregory802012-02-091-5/+13
|
* changed the echo server URLliris2011-03-021-1/+1
|
* changed the echo server URL so that we can test without running a local echo ↵Ken Sato2011-03-011-1/+1
| | | | server
* - use logger, not print statementliris2011-01-062-0/+45
- more document. - add JavaScript WebSocket-like API - add examples