File: README.md

package info (click to toggle)
terminado 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 300 kB
  • sloc: python: 813; makefile: 152; javascript: 56; sh: 2
file content (23 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Demos

## requirements

Install requirements to run these demos:

```sh
$ pip install -r requirements.txt
```

## named.py:

One shared terminal per URL endpoint

Plus a /new URL which will create a new terminal and redirect to it.

## single.py:

A single common terminal for all websockets.

## unique.py:

A separate terminal for every websocket opened.