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

RFC: How to implement a new Libp2p transport? #54

Open
vasa-develop opened this issue Feb 13, 2020 · 0 comments
Open

RFC: How to implement a new Libp2p transport? #54

vasa-develop opened this issue Feb 13, 2020 · 0 comments
Assignees
Labels
JS Libp2p Libp2p related stuff new-rfc To identify incoming RFCs (for review purposes)

Comments

@vasa-develop
Copy link
Member

What new topic/thread/tutorial are you proposing? Please describe.
A simple guide on how to add a new Libp2p transport using Libp2p transport interface.

This guide will go through:

  • The concepts of transports, what are they and why do we need them?
  • What are Libp2p transports & Is there a difference in Web 2.0 & Libp2p transports? (TLDR; Libp2p provides more flexibility than Web 2.0 when using transports)
  • A code walkthrough to add a new Libp2p transport for js-libp2p.
@vasa-develop vasa-develop added new-rfc To identify incoming RFCs (for review purposes) JS Libp2p Libp2p related stuff labels Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS Libp2p Libp2p related stuff new-rfc To identify incoming RFCs (for review purposes)
Projects
None yet
Development

No branches or pull requests

2 participants