fireproof-storage / fireproof-alpha

🔥 Cloudless realtime database
https://fireproof.storage
Other
81 stars 4 forks source link

Peer to Peer Replication (with Proofs) #53

Open anywhichway opened 1 year ago

anywhichway commented 1 year ago

Based on the dependencies, looks like you are using IndexedDB under the hood. Any interest in a peer-to-peer replication capability using IndexedDB and peerjs or perhaps just libp2p since you are already ipfs friendly. I understand the use of Filecoin to facilitate replication; however, without elaborating, it does seem there would be a use case for direct replication.

jchris commented 1 year ago

Absoutely. I am planning to add peerjs to the TodoMVC example https://github.com/fireproof-storage/fireproof/issues/37

The replication story is:

jchris commented 1 year ago

Proof Stories

jchris commented 1 year ago

capture mutation proofs in makeGetBlock