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

WebRTC connectivity guide #377

Merged
merged 25 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix linting errors
2color committed May 29, 2024
commit 7691f4fed722cdd6d25fd0e8e406e84ef715ebcc
3 changes: 0 additions & 3 deletions content/guides/getting-started/browser-to-browser.md
Original file line number Diff line number Diff line change
@@ -169,7 +169,6 @@ The `createLibp2p` invocation creates a libp2p peer which has its own associated

This is the minimal configuration needed to establish a connection to the local bootstrapper. In the next step, you will use the frontend to connect to the bootstrapper.


{{< alert icon="💡" context="note">}}
**Why is yamux needed?**

@@ -181,8 +180,6 @@ When a browser initiates the connection to another browser over a circuit relay,

{{< /alert >}}



## Step 4: Connect to the bootstrapper from the browser

In this step, you will connect the browser js-libp2p peer to the go-libp2p bootstrapper peer.