commit | 316f5419f8536b992c6fd5a5666a7fa8cd86bfa2 | [log] [tgz] |
---|---|---|
author | Adam Rice <ricea@chromium.org> | Fri Aug 20 13:57:45 2021 +0900 |
committer | GitHub <noreply@github.com> | Fri Aug 20 13:57:45 2021 +0900 |
tree | 8c4b2b07bed8bdb5e016310766129cc132bb3cb2 | |
parent | 265579a969e1aec2a6457db7674a9e31fbb7d564 [diff] |
Support --handler-encoding option (#31) Permit overriding the locale encoding when reading handler files by specifying a --handler-encoding command-line option. Update version number to 3.0.2
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