Libp2p – A modular network stack
31–34 of 34 posts
Re: Libp2p – A modular network stack
#32What are some concrete examples for which this would be useful? Near the end it says it's being developed by people in the IPFS community. Does anyone know for what they plan on using it?
Hi, libp2p dev here! Yes, we use it today! libp2p is the P2P Networking Stack of IPFS that we refactored into its own project so that others could take advantage and be part of its ecosystem as well. It is what gives IPFS and other projects the P2P connectivity, support for multiple platforms (including Browsers) and more! There are 3 implementations interoperable today at different stages of completion (Go, JS for N…
Re: Libp2p – A modular network stack
#33Any idea why this is upvoted to make the front page this time?
Re: Libp2p – A modular network stack
#34What are some concrete examples for which this would be useful? Near the end it says it's being developed by people in the IPFS community. Does anyone know for what they plan on using it?
Hi, libp2p dev here! Yes, we use it today! libp2p is the P2P Networking Stack of IPFS that we refactored into its own project so that others could take advantage and be part of its ecosystem as well. It is what gives IPFS and other projects the P2P connectivity, support for multiple platforms (including Browsers) and more! There are 3 implementations interoperable today at different stages of completion (Go, JS for N…
Ethereum is the only example I've found that comes close, but it's poorly commented and only implements a small set of details of libp2p.