Skip to content

r2dev2/NoScriptChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NoScriptChat

A proof of concept that you can make semi-usable websites that stream data without javascript.

Why

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

bloat

Usage

A hosted version is at https://NoScriptChat.r2dev2bb8.repl.co

Local Usage

  1. Install dependencies
python3 -m pip install flask gunicorn
  1. Run
gunicorn -b 0.0.0.0:8080 --threads 100 main:app

About

A web chat application that does not use any filthy javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages