Libp2p is a modular peer-to-peer networking stack used by IPFS and others.
Libp2p is a modular peer-to-peer networking stack used by ipfs and others. It is the result of the collective experience of building a distributed system (IPFS). In essence, a peer using libp2p
will be able to communicate with another peer utilizing a variety of different transports, including connection relay, and talk over various protocols, negotiated on demand.