Giter Site home page Giter Site logo

nodeunblocker.com's Introduction

nodeunblocker.com

Evade internet censorship!

The original nodeunblocker.com is gone, but it's now easier than ever to deploy your own copy.

Deploy to Bluemix Deploy to AWS Deploy to Cyclic

Now with YouTube support (sort of)

I went ahead and activated the youtube example, it replaces youtube.com video pages with a custom page that just streams the video (but actually works).

To disable it just add // to the beginning of this line of code in app.js like so:

//        youtube.processRequest

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 many cloud providers. Clone/download the code and deploy it, or just click one of the buttons above. (I used to use heroku, but they have since updated changed their policies to not allow it.)

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.

nodeunblocker.com's People

Contributors

nfriedly avatar yodaluca23 avatar roshi617 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.