mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 21:03:13 +00:00
859 B
859 B
| title |
|---|
| Predefined Nodes |
Waku applications have the flexibility to embed bootstrap node addresses directly into their codebase. Developers can use either the predefined nodes by Status or run a node per their preference.
Pros
- Low latency.
- Low resource requirements.
Cons
- Vulnerable to censorship: Node IPs can be blocked or restricted.
- Limited scalability: The number of nodes is fixed and cannot easily be expanded.
- Maintenance challenges: Updating the node list requires modifying the code, which can be cumbersome and involves releasing and deploying.
Overview
import PredefinedNodes from "@site/diagrams/_predefined-nodes.md";
<PredefinedNodes />