1
0
Fork 0
firefox/testing/web-platform/tests/tools/third_party/pywebsocket3
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
example Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
pywebsocket3 Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
LICENSE Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
MANIFEST.in Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
PKG-INFO Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
setup.cfg Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
setup.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

pywebsocket3

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.

INSTALL

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

LAUNCH

To use pywebsocket as standalone server, run this to read the document:

pydoc pywebsocket3.standalone

Disclaimer

This is not an officially supported Google product