File: README.md

package info (click to toggle)
python-trame-server 3.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 480 kB
  • sloc: python: 4,075; javascript: 5; sh: 4; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
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
```