You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Extending basic chat example to include peer discovery using IPFS bootstrapping nodes and a rendezvous point to connect with other peers. This is important because current example needs manual connection by giving a peer address hence its confusing.
This example will demonstrate a simple p2p host with default transport and peer discovery mechanism and how to open a new stream once peers are found.
@bigs is also working on an example (#1) that will explore adding a custom transport (Onion transport) and using floodsub protocol for chatting. Which is more practical for chat usecase.
Extending basic
chatexample to include peer discovery using IPFS bootstrapping nodes and a rendezvous point to connect with other peers. This is important because current example needs manual connection by giving a peer address hence its confusing.This example will demonstrate a simple p2p host with default transport and peer discovery mechanism and how to open a new stream once peers are found.
@bigs is also working on an example (#1) that will explore adding a custom transport (Onion transport) and using
floodsubprotocol for chatting. Which is more practical for chat usecase.