js-waku/examples
Franck Royer e6d3c2f595
Improve count of relay peers
Active relay peers are peer which are part of the gossip mesh.
Which means that it's not just a peer we are connect to but a peer on
subscribed to the same pubsub topic, with a good score, part of the
mesh, etc.

Mesh maintenance is done during the gossipsub hearbeat so it's the best
time to review the count.

A store peer is any peer we are connected to that support the store
protocol, so it can be counted when a new peer is added to the store.

This does not cater for store peers that disconnect, but we are not
handling those just yet.
2022-02-28 17:23:30 +11:00
..
eth-pm Re-work signature data (#557) 2022-02-23 13:06:13 +11:00
eth-pm-wallet-encryption Re-work signature data (#557) 2022-02-23 13:06:13 +11:00
relay-angular-chat Bump @types/node in /examples/relay-angular-chat 2022-02-25 03:26:03 +00:00
relay-reactjs-chat `Waku.dial` accepts protocols expected from the peer. Defaults to Waku Relay only. (#516) 2022-02-13 19:04:50 +11:00
store-reactjs-chat `Waku.dial` accepts protocols expected from the peer. Defaults to Waku Relay only. (#516) 2022-02-13 19:04:50 +11:00
unpkg-js-store Remove TODO, update code (#518) 2022-02-11 16:46:41 +11:00
web-chat Improve count of relay peers 2022-02-28 17:23:30 +11:00
README.md Rename DappConnect to Waku Connect (#427) 2022-01-24 15:00:11 +11:00

README.md

Examples

Here is the list of the code examples and the features they demonstrate:

See https://docs.wakuconnect.dev/docs/examples/ for more examples.