Skip to content

Commit

Permalink
Update docs/how-to/webtransport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPaisano authored Sep 25, 2023
1 parent 3d623f3 commit 92a19b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/webtransport.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WebTransport in Kubo unlocks many use cases, including those listed below.
- Browser nodes or light clients can function as "full" peers in a decentralized network.
- Browser nodes can gossip directly with their peers, meaning they can receive and submit messages directly without relying on centralized infrastructure or interfaces like an HTTP/GraphQL API.
- Fetch data from the [DHT](../concepts/dht.md) by directly connecting to a DHT server node.
- Upload to a long term storage such as a [pinning service](../concepts/persistence.md) directly from the browser.
- Upload data directly from the browser to long-term storage such as a [pinning service](../concepts/persistence.md) .
- Decentralized peer-to-peer video streaming as a dApp.

## Using WebTransport with Kubo
Expand Down

0 comments on commit 92a19b5

Please sign in to comment.