mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
Start store guide
This commit is contained in:
parent
319f44a0b1
commit
f83f3037f1
@ -3,3 +3,4 @@
|
||||
- [Receive and Send Messages Using Waku Relay](relay-receive-send-messages.md)
|
||||
- [How to Choose a Content Topic](choose-content-topic.md)
|
||||
- [Receive and Send Messages Using Waku Relay With ReactJS](reactjs-relay.md)
|
||||
- [Retrieve Messages Using Waku Store](store-retrieve-messages.md)
|
||||
|
15
guides/store-retrieve-messages.md
Normal file
15
guides/store-retrieve-messages.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Retrieve Messages Using Waku Store
|
||||
|
||||
When running a web dApp or a mobile phone application,
|
||||
internet can be unreliable disconnect.
|
||||
|
||||
[Waku Relay](https://rfc.vac.dev/spec/18/) is a gossip protocol.
|
||||
As a user, it means that your peers send you messages they just received,
|
||||
and you in turn forward these messages.
|
||||
If you cannot be reached by your peers, then messages are not relayed;
|
||||
relay peers do not save messages for later.
|
||||
However, [store](https://rfc.vac.dev/spec/13/) peers to save messages they relayed,
|
||||
allowing you to retrieve messages you may have missed.
|
||||
|
||||
In this guide, we'll review how you can use Waku Store to retrieve messages when loading the dApp
|
||||
or after resuming connectivity.
|
Loading…
x
Reference in New Issue
Block a user