You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyperdrive assumes the existence of a peer-to-peer networking that can broadcast messages to all peers, and a storage device that can persist data to disk, but it does not specify how these functionalities are implemented. In practice, 🌪 airwave is used for peer-to-peer networking, and 📦 kv is used for cached persistent storage.