All Projects → willscott → activist

willscott / activist

Licence: other
activist.js is a drop-in library for resilience to network interference

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to activist

Qv2ray
A cross platform connection manager for V2Ray and other backends.
Stars: ✭ 679 (+2511.54%)
Mutual labels:  censorship-circumvention
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+1580.77%)
Mutual labels:  censorship-circumvention
lantern-binaries
This are the latest installers for the Lantern censorship circumvention tool
Stars: ✭ 17 (-34.62%)
Mutual labels:  censorship-circumvention
harddns
RFC8484 and DoH/JSON resolver
Stars: ✭ 35 (+34.62%)
Mutual labels:  censorship-circumvention
copilot
An easy to use censorship simulating access point in a box
Stars: ✭ 26 (+0%)
Mutual labels:  censorship-circumvention
SpoofDPI
A simple and fast anti-censorship tool written in Go
Stars: ✭ 170 (+553.85%)
Mutual labels:  censorship-circumvention
app
Access Freenet from the palm of your hand
Stars: ✭ 105 (+303.85%)
Mutual labels:  censorship-circumvention
resilience4clj-circuitbreaker
Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt the propagation of failures.
Stars: ✭ 40 (+53.85%)
Mutual labels:  resilience
safecms
A powerful content management system built on top of the SAFE Network
Stars: ✭ 14 (-46.15%)
Mutual labels:  censorship-circumvention
gotapdance
Moved to https://github.com/refraction-networking/gotapdance
Stars: ✭ 29 (+11.54%)
Mutual labels:  censorship-circumvention
russian-blackout
The RKN caused problems all over Russian Internet. This is list of services which suffered from RKN blockings activity.
Stars: ✭ 18 (-30.77%)
Mutual labels:  censorship-circumvention
shapeshifter-transports
Shapeshifter Transports is a set of Pluggable Transports implementing the Go API from the Pluggable Transports 2.0 specification
Stars: ✭ 31 (+19.23%)
Mutual labels:  censorship-circumvention
sledgehammer
🔨 📶 WiFi-Jammer/DoS toolset
Stars: ✭ 34 (+30.77%)
Mutual labels:  resilience
ModernSecurityProtectionGuide
Modern Security Protection Guide
Stars: ✭ 72 (+176.92%)
Mutual labels:  censorship-circumvention
shadowsocks-perl
An asynchronous, non-blocking shadowsocks client and server written in Perl.
Stars: ✭ 37 (+42.31%)
Mutual labels:  censorship-circumvention
toxiproxy ex
ToxiproxyEx is an Elixir API client for the resilience testing tool Toxiproxy.
Stars: ✭ 40 (+53.85%)
Mutual labels:  resilience
ShunEncode
🐶巷议,通过简单混淆来规避敏感词程序的审查
Stars: ✭ 14 (-46.15%)
Mutual labels:  censorship-circumvention
res-eng-short-course-notes
Notes on David Woods's Resilience Engineering short course
Stars: ✭ 38 (+46.15%)
Mutual labels:  resilience
TeleChatRelay
Relay between Telegram and WeChat
Stars: ✭ 17 (-34.62%)
Mutual labels:  censorship-circumvention
bebasdns
Membantumu berselancar dengan aman dan tidak terbatas!.
Stars: ✭ 56 (+115.38%)
Mutual labels:  censorship-circumvention

activist.js

activist.js is a standalone library for making your site resilient to unexpected network events.

Activist comes in 2 versions, which offer a trade-off between how much work you need to do to add the library to your site, and how many of your users will be able to take advantage of the work. New browsers provide features that make the installation of activist.js as simple as adding a script tag to your home page, however this version of the library will only work for a small percentage of your user base (up-to-date chrome users). Activist also is packaged with a drop-in application cache manifst, which will extend the benefit to most users, but can require wider site changes.

Deploying

  1. Add activist.js to your site.

    <script type='text/javascript' src='activist.js' async></script>
  2. Add Offline Cache (recommended)

    Adding an application cache manifest will allow activist.js to run on most browsers, and is strongly recommended. Adding this cache is a 2 step process. First, modify the html tag of your pages to reference the cache. It should look something like this:

    <html manifest="/activist.appcache">

    A sample appcache is available in the gh-pages branch of this repo.

    The application cache needs to be served with the mime type of 'text/cache-manifest' to work on old versions of internet explorer.

    More information on application cache mechanics are available on the w3 website.

How?

Activist tries really hard to keep your content accessible in the face of adversity. In practice this results in several independent processes that kick into action when your server is unavailable.

The first line of access is to preserve a reasonable cache of your site to allow users to see existing content even if they can't get new updates. To this end, Activist maintains a cache of your content on client machines and shows that content when needed.

To retreive updates, Activist attempts to establish connectivity through CDNs and other rendezvous services. These rendezvous services update while Activist is online, and aim to force interference with a large quantity of content to successfully disrupt.

Contributing

Contribution and help are welcome! activist.js development is centered on github, and open tasks can be found in the issues area of this repository.

A

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].