Ask HN: Recommendations for Peer to Peer Frameworks?
11–20 of 78 posts
Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#12But you definitely should checkout IPFS and Kademlia.
Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#13How about IPFS? OpenBazaar is an IPFS case study. They recently released a revamped v2 built with Go.
Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#14Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#15Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#16How about IPFS? OpenBazaar is an IPFS case study. They recently released a revamped v2 built with Go.
Yeah, I'd look at IPFS's networking library, libp2p. It's the peer-to-peer backbone of IPFS and has a big community and active development https://libp2p.io/ . It's also implemented in both go and js (as most of IPFS is)
Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#17Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#18https://github.com/kgryte/awesome-peer-to-peer
Personal bias tilts to web tech. WebRTC will require you to centrally implement all your peer broker and logic. But take a look at something like Peer5 Video CDN to appreciate scalability:
Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#19Re: Ask HN: Recommendations for Peer to Peer Frameworks?
#20You can take a look at OpenBazaar and Particl for P2P implementations.