AmityStreams / material-unblocker

An improved version of nodeunblocker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Unblocker

An improved version of nodeunblocker.com

Evade internet censorship!

press ctrl+m to toggle cloak ;)

Deploy to Heroku Deploy to Bluemix Deploy to Azure Deploy to AWS

^^ all links deploy the material unblocker repo

Running the website on your computer

  1. Install node.js
  2. Download the code
  3. Unzip it
  4. Open up a terminal/command line
  5. cd into the directory
  6. Run npm install to grab the dependencies.
  7. Run npm start to start the server. It should spawn a new instance for each CPU core you have.

(Note: running node app.js will not work. The server code is in the Gatling package, which the npm start command calls automatically.)

After that, it will be live on your computer and accessible from your computer at http://localhost:8080/ - accessing it from another computer is beyond the scope of this guide, but it is possible.

Running the website on Heroku/Bluemix/Azure/AWS/etc

This project should be runnable without modification on a free Heroku instance, as well as many other cloud providers. Clone/download the code and deploy it, or just click one of the buttons above.

About the project

The the core of the nodeunblocker.com has been extracted into a standalone library to make it more flexible, but everything you need to run the website is right here.

This project is released under the terms of the GNU Affero General Public License version 3.

All source code is copyright Nathan Friedly.

About

An improved version of nodeunblocker

License:GNU Affero General Public License v3.0


Languages

Language:HTML 56.6%Language:JavaScript 43.4%