Skip to content

Commit

Permalink
update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jun 10, 2024
1 parent 83999e8 commit 50c1982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/guides/getting-started/webrtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "WebRTC with js-libp2p"
weight: 3
description: "Learn how to use js-libp2p to establish a connection between browsers and node.js and learn about libp2p transports and concepts in practice."
aliases:
- "/tutorials/browser-to-browser"
- "/guides/js-browser-to-browser"
- "/tutorials/webrtc-js-libp2p"
- "/guides/js-libp2p-webrtc"
---

## Introduction
Expand All @@ -13,7 +13,7 @@ In this guide, you will learn how to establish direct peer-to-peer (p2p) connect

Browser-to-browser connectivity is the foundation for distributed apps. When combined with GossipSub, like in the [universal connectivity](https://github.com/libp2p/universal-connectivity) chat app, gives you the building blocks for peer-to-peer event-based apps with mesh topologies.

By the end of the guide, you should be familiar with the requisite libp2p and WebRTC protocols and concepts, and how to use them to establish libp2p connections between browsers. You can find [the associated code for this guide on GitHub](https://github.com/libp2p/libp2p-webrtc-guide)
By the end of the guide, you should be familiar with the requisite libp2p and WebRTC protocols and concepts, and how to use them to establish libp2p connections between browsers. You can find [the associated code for this guide on GitHub](https://github.com/libp2p/libp2p-webrtc-guide).

Since js-libp2p runs both in the browser and Node.js with WebRTC being supported in both, what's covered in this guide also applies to using the WebRTC transport to dial browsers _from_ Node.js.

Expand Down

0 comments on commit 50c1982

Please sign in to comment.