Skip to content

Commit 02fb957

Browse files
committed
Merge pull request #31 from stuaxo/master
Add requirements and README for demos
2 parents f66b50e + c81e9aa commit 02fb957

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

demos/README.md

+31
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
terminado
2+
tornado
3+
tornado-xstatic
4+
XStatic
5+
XStatic-term.js

0 commit comments

Comments
 (0)