IPFS is a protocol that defines a content-addressed file system, coordinates content delivery and combines ideas from Kademlia, BitTorrent, Git and more.

IPFS is a filesystem. It has directories and files and mountable filesystem via FUSE.

IPFS is a web. Files are accessible via HTTP gateways like https://ipfs.io. Browsers can be extended to use the ipfs:// scheme directly, and hash-addressed content guarantees authenticity

IPFS is p2p. It supports worldwide peer-to-peer file transfers with a completely decentralized architecture and no central point of failure.

IPFS is a CDN. Add a file to your local repository, and it's now available to the world with cache-friendly content-hash addressing and bittorrent-like bandwidth distribution.

相关文章:

  • 2021-10-06
  • 2021-08-02
  • 2021-09-14
  • 2021-07-31
  • 2021-07-26
  • 2021-10-08
  • 2021-10-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-22
  • 2021-04-16
  • 2021-11-20
  • 2022-12-23
  • 2021-10-16
  • 2021-05-05
相关资源
相似解决方案