docs.waku.org/docs/overview/reference/waku-vs-libp2p.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

---
2023-05-20 00:35:51 +01:00
title: Comparing Waku and libp2p
---
2023-05-14 21:34:45 +01:00
Since Waku is built on top of libp2p, they share a lot of concepts and terminologies between them. However, there are key differences between them that are worth noting.
2023-05-14 21:34:45 +01:00
## Waku as a Service Network
2023-06-09 20:32:04 +01:00
Waku intends to incentivize mechanisms to run nodes, but it is not part of libp2p's scope. Additionally, users or developers do not have to deploy their infra as a prerequisite to use Waku. It is a service network. However, you are encouraged to [run a node](/guides/nodes-and-sdks#run-a-waku-node) to support and decentralize the network.
2023-05-14 21:34:45 +01:00
## Waku as a Keyturn Solution
2023-05-16 19:39:55 +01:00
Waku includes various protocols covering the following domains: privacy preservation, censorship resistance, and platform agnosticism, allowing it to run on any platform or environment.
2023-06-02 18:25:07 +01:00
libp2p does not provide out-of-the-box protocols to enable mostly offline/resource-limited devices, [Store](/overview/concepts/protocols#store)/[Light Push](/overview/concepts/protocols#light-push)/[Filter](/overview/concepts/protocols#filter) caters to those use cases.
2023-05-14 21:34:45 +01:00
## Economic Spam Protection
2023-06-02 18:25:07 +01:00
libp2p does not have strong spam protection guarantees, [RLN Relay](/overview/concepts/protocols#rln-relay) is a protocol being developed by the Waku team towards this goal.