| commit | 284690c2a68ca1d4fc766807e00b354afd695897 | [log] [tgz] |
|---|---|---|
| author | Keita Suzuki <[email protected]> | Wed May 28 00:16:29 2025 |
| committer | GitHub <[email protected]> | Wed May 28 00:16:29 2025 |
| tree | d4fdc040348c74f7a2607b758d1044f314d582af | |
| parent | 4a177cf54cd46b2f1200014efe800fc16bf9314f [diff] |
Add owners (#45) * Add dependencies to publish.yml * Update authors in setup.py to current maintainers
The pywebsocket3 project aims to provide a WebSocket standalone server.
pywebsocket is intended for testing or experimental purposes.
Run this to read the general document:
pydoc pywebsocket3
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 pywebsocket3.standalone
This is not an officially supported Google product