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 adding a small prototype here 3 years ago
..
README.md adding a small prototype here 3 years ago
client.html adding a small prototype here 3 years ago
mytxtfile.txt adding a small prototype here 3 years ago
screenshot.png adding a small prototype here 3 years ago
server.py adding a small prototype here 3 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