A proof of concept that you can make semi-usable websites that stream data without javascript.
According to noscripters, javascript that alters the DOM is an Avengers level threat to your freedom. You are safe if you use noscript, however, and you definitely won't be tracked by non-js mechanisms.
Also, Javascript is
A hosted version is at https://NoScriptChat.r2dev2bb8.repl.co
- Install dependencies
python3 -m pip install flask gunicorn
- Run
gunicorn -b 0.0.0.0:8080 --threads 100 main:app
