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§
- Mesh
Store - Production mesh-backed store that uses the shared routed mesh core.