Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Why not libp2p? #1

Closed
giannissc opened this issue Nov 14, 2023 · 1 comment
Closed

[QUESTION] Why not libp2p? #1

giannissc opened this issue Nov 14, 2023 · 1 comment

Comments

@giannissc
Copy link

giannissc commented Nov 14, 2023

There a lot of different players in the p2p and distributed space the most well known that comes to mind is libp2p and lesser known pinecone. What's are you guys doing different? Just curious!

@hozan23
Copy link
Member

hozan23 commented Nov 14, 2023

Hey @giannissc. Indeed, there are many p2p networking stacks available. However, unlike many of them, karyons p2p stands out from other p2p network stacks by prioritizing simplicity and extensibility without hiding complex network code behind a nice interface or providing ambiguous APIs. . Many p2p projects face challenges in finding the right network stack for their project (for example https://www.inkandswitch.com/pushpin/#existing-peer-to-peer-technologies) due to the complexity and over-engineered code that other p2p network stacks provide. We are trying to solve this by aiming to share common components and tools for building p2p projects.

@hozan23 hozan23 closed this as completed Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants