commit | 50602a14f1b6da17e0b619833a13addc6ea78bc2 | [log] [tgz] |
---|---|---|
author | Adam Rice <ricea@chromium.org> | Fri Aug 20 07:16:08 2021 |
committer | GitHub <noreply@github.com> | Fri Aug 20 07:16:08 2021 |
tree | f72d4b128a502d7fe021cb2d62ae91045ce8705d | |
parent | 316f5419f8536b992c6fd5a5666a7fa8cd86bfa2 [diff] |
Support handler-encoding-ignorant embedders (#32) Allow for embedders that don't provide the new handler_encoding option inside the options object by using getattr() and falling back to None.
The pywebsocket project aims to provide a WebSocket standalone server.
pywebsocket is intended for testing or experimental purposes.
Run this to read the general document:
$ pydoc mod_pywebsocket
Please see Wiki for more details.
To install this package to the system, run this:
$ python setup.py build $ sudo python setup.py install
To install this package as a normal user, run this instead:
$ python setup.py build $ python setup.py install --user
To use pywebsocket as standalone server, run this to read the document:
$ pydoc mod_pywebsocket.standalone
This is not an officially supported Google product