GithubHelp home page GithubHelp logo

web2web's People

Contributors

elendirx avatar iprit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web2web's Issues

Broken demo -- 500 and 502 server responses

Hello, @elendirx. I'm a journalist from Russia, and our mass media, tproger.ru, has written an article about your project. We really liked an idea of p2p-loading sites and found it quite valuable.

However, during exploration of your project we found out that it doesn't work due to 5xx server responses:
web2web_bug_opera
The page is sending requests again and again, but responses are always 500 or 502.

After several attempts (performed by several people on different machines) we discovered a way to see your solution is really working --- to load it by Chromium. But even this way the video is not loading and loads of 500 and 502 errors keep occurring in a developers console:
web2web_bug_chrome

You can request additional info, if needed. We have written the article anyway (and it seems, like whole our readership liked the idea too), but we still wish you soon will fix the problems :-)

You should first check to see from where OP_RETURN was received.

Since anybody can create a TX with OP_RETURN and send to CONFIG.btcAddress you should check to make sure it was sent from CONFIG.btcAddress and not another address. If not checked anybody can insert a new torrent hash.

Do this by checking the following:

for (var k = 0; k < data.txs[i].vin.length; j++) {
    if(data.tx[i].vin[k].addr == CONFIG.btcAddress)

How to host a full-scale website?

I assume some website owners/editors are looking for a solution which allows:

  1. web pages being linked to each other through relative addresses (e.g. <a href='another.html'>see more</a>) without involving blockchain or magnet.
  2. similarly, assets (javascripts, images, stylesheets, etc.) being linked through relative addresses.
  3. infrastructural utilities/scripts to initialise/publish/update a whole website.

Is there any plan or design yet?

Ethereum blockchain

Why not leverage the Ethereum as well, and you'll receive a Virtual Machine and Smart Contracts for free

Suggestion

You might want to look at something like hive mind which is a decentralized storage solution by saving data in java script and cookies on visitors machines so if you get enough traffic it would be almost impossible to take it down

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.