You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manetta 5aa34b5e7c | 4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
client.html | 4 years ago | |
mytxtfile.txt | 4 years ago | |
screenshot.png | 4 years ago | |
server.py | 4 years ago |
README.md
A small websocket testing setup: live streaming plain text without refreshing the webpage.
Running this
Run a websocket server in Python:
$ python3 server.py
View the interface:
open client.html in a browser
Stream plain text (with HTML features):
open mytxtfile.txt in a text editor, type, hit save (CTRL+S), type more, hit save, etc