DEBSOURCES
Skip Quicknav
sources / python-trame-server / 3.6.1-2 / examples / client-server / README.md
123456
Example on how to test this example ```bash python ./server.py --port 1234 --server & python ./client.py --port 1235 --url ws://localhost:1234/ws --server ```