libp2p

Is a library for building P2P applications. It can do things like

  • Scalable node discovery
  • Content routing
  • Relays
  • NAT port mapping
  • NAT traversal
  • TCP Simultaneous Open
Links to this page
  • IPFS

    The InterPlanetary Filesystem is a P2P storage system built on libp2p. Files on IPFS are addressed via a content ID (CID), making IPFS a Content-addressed storage system.

  • Hyprspace

    A mesh VPN built on libp2p. Opens a direct libp2p stream to all nodes and exposes the network via a TUN device.