Software:ZeroNet

From HandWiki
Short description: Peer to peer web hosting
ZeroNet
ZeroNet vector logo.svg
Developer(s)Tamas Kocsis
Initial release2015
Written inPython, JavaScript, CoffeeScript
Operating systemWindows, Linux, OS X, FreeBSD, Android
Available inDanish, German, English, Spanish, French, Hungarian, Italian, Polish, Portuguese, Russian, Turkish, Ukrainian, Chinese, Persian.
TypePeer-to-peer web hosting
LicenseGPLv3 github.com/HelloZeroNet/ZeroNet/blob/py3/LICENSE
Websitezeronet.io

ZeroNet is a decentralized web-like network of peer-to-peer users, created by Tamas Kocsis in 2015. Programming for the network is based in Budapest, Hungary; is built in Python; and is fully open source.[1] Instead of having an IP address, sites are identified by a public key (specifically a bitcoin address). The private key allows the owner of a site to sign and publish changes, which propagate through the network. Sites can be accessed through an ordinary web browser when using the ZeroNet application, which acts as a local webhost for such pages.[1] In addition to using bitcoin cryptography, ZeroNet uses trackers from the BitTorrent network[2] to negotiate connections between peers.[1] ZeroNet is not anonymous by default, but it supports routing traffic through the Tor network.[3]

The ZeroNet website and bittorrent tracker are blocked in mainland China.[4] Despite the censorship, however, it's still possible to access ZeroNet from behind the Great Firewall of China, even over Tor, by bootstrapping over Meek, and connecting to peers directly.

The feasibility of peer-to-peer online web-sites had been hypothesised for some time, with The Pirate Bay suggesting they would build a network, as well as BitTorrent Inc. which created the closed-source Project Maelstrom.[1] Another application, Beaker Browser, uses the P2P DAT files protocol to allow the creation, hosting and serving of websites without need of a server.[5]

(As of 2016) there was no way to take down a ZeroNet page which still had seeders,[1] thus making such pages immune to third-party methods of taking them down, including DMCA takedown notices.[6] By default, sites have a size limit of 10 megabytes, but users may grant a site permission to use more storage space if they wish.

Development has stopped.[7]

Development of sites

Sites on ZeroNet are known as "zites" by its users.

ZeroNet supports HTML, CSS and JavaScript.

Server-side languages like PHP are not supported, although ZeroNet can achieve user signup/login on MySQL databases, that are also distributed via P2P.

With plugins and the ZeroFrame API, sites can communicate with ZeroNet calling Python by JavaScript.

See also


References

External links