mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 21:03:13 +00:00
* fix: build Signed-off-by: danisharora099 <danisharora099@gmail.com> * add: prettier & write files Signed-off-by: danisharora099 <danisharora099@gmail.com> * setup: pre commit hook to run tsc & prettier Signed-off-by: danisharora099 <danisharora099@gmail.com> * rm: prettierrc Signed-off-by: danisharora099 <danisharora099@gmail.com> * sign commmit Signed-off-by: danisharora099 <danisharora099@gmail.com> Signed-off-by: danisharora099 <danisharora099@gmail.com>
722 B
722 B
| title |
|---|
| How does it work? |
The backbone of Waku Network is the Waku Relay protocol. It is a pubsub protocol based on libp2p gossipsub. Other Waku protocols have been defined to enable capabilities such as:
- retrieving historical messages for mostly-offline devices
- key turn solution for encrypted communication (symmetric encryption, ECIES/asymmetric encryption, noise handshake).
- preserving bandwidth usage for resource-restricted devices
- Economic spam protection (rate limit) with privacy preserving capabilities
- Mass deanonymization protection (research in progress)
If you want to learn how Waku works under the hoods, check out the 10/WAKU2 RFC.