Skip to main content

Module store

Module store 

Source
Expand description

Default production mesh store wrapper.

This is intentionally a thin composition layer around the shared routed mesh store core. The reusable routing/retrieval behavior lives in crate::mesh_store_core; this wrapper only plugs in the default production transport pair:

  • signaling: Nostr websocket relays
  • direct links: real WebRTC data channels

Structs§

MeshStore
Production mesh-backed store that uses the shared routed mesh core.

Enums§

MeshStoreError