-
Updated
Jul 28, 2020
ipfs-protocol
IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.
In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).
IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.
Here are 16 public repositories matching this topic...
-
Updated
Aug 9, 2019 - Go
-
Updated
Apr 19, 2019
-
Updated
Jul 10, 2020
-
Updated
Mar 30, 2018 - JavaScript
-
Updated
Oct 23, 2017 - HTML
-
Updated
Jan 17, 2018 - JavaScript
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Oct 5, 2017 - TypeScript
-
Updated
Sep 8, 2020 - Python
-
Updated
Mar 20, 2018 - JavaScript
-
Updated
Jul 3, 2018 - JavaScript
-
Updated
May 19, 2018
-
Updated
Jun 25, 2018 - Shell
-
Updated
Apr 8, 2018 - Python
-
Updated
Feb 7, 2020 - JavaScript