Skip to content

I want to understand the difference between lroh and libp2p #3152

Answered by matheus23
ISensuiI asked this question in Q&A
Discussion options

You must be logged in to vote

I have been using libp2p to build my applications for about 6 months. It is very complex, with many concepts and modules.
[...]
What is the difference between it and libp2p?
[...]
I am more concerned about whether it has functions or features that libp2p does not have.

Generally, we've put a lot of effort into making iroh "peer to peer connections that just work".
This means we've kept the scope small: There's no DHT, swarm, or gossipsub. At least none of that is in iroh directly, but they're implemented as protocols on top, see e.g. iroh-gossip which provides gossipsub-like functionality.
I don't think there are many functions that iroh has that libp2p doesn't, it's just that we believ…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ISensuiI
Comment options

@matheus23
Comment options

Answer selected by ISensuiI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants