We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f66b50e + c81e9aa commit 02fb957Copy full SHA for 02fb957
demos/README.md
@@ -0,0 +1,31 @@
1
+Demos
2
+=====
3
+
4
+requirements
5
+------------
6
7
+Install requirements to run these demos:
8
9
+```sh
10
+$ pip install -r requirements.txt
11
+```
12
13
+named.py:
14
+---------
15
16
+One shared terminal per URL endpoint
17
18
+Plus a /new URL which will create a new terminal and redirect to it.
19
20
21
+single.py:
22
+----------
23
24
+A single common terminal for all websockets.
25
26
27
+unique.py:
28
29
30
+A separate terminal for every websocket opened.
31
demos/requirements.txt
@@ -0,0 +1,5 @@
+terminado
+tornado
+tornado-xstatic
+XStatic
+XStatic-term.js
0 commit comments