Store and retrieve data across the mesh network with automatic replication and pub/sub
Store key-value pairs in the distributed hash table. Data is automatically replicated across peers.
Retrieve values by key from the distributed hash table. Data is fetched from available peers.
{{ JSON.stringify(getResult, null, 2) }}
Subscribe to real-time notifications when a key's value changes in the DHT.
Update existing data in the DHT and notify all subscribers of the change.
No data stored yet
{{ JSON.stringify(data.value, null, 2) }}
{{ JSON.stringify(notification.oldValue) }}{{ JSON.stringify(notification.newValue) }}
{{ JSON.stringify(dhtStats, null, 2) }}