peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 56 forks source link

use MFS instead of local store #286

Open pgte opened 5 years ago

pgte commented 5 years ago

Use MFS as storage for document state instead of local storage. This will allow us to decouple from local store and use, for instance, the IPFS daemon.

(/cc @whyrusleeping)

parkan commented 5 years ago

👍

jimpick commented 5 years ago

Is this related to https://github.com/peer-base/peer-base/issues/117 ?

pgte commented 5 years ago

@jimpick if MFS is solid on js-ipfs I think peer-base should migrate to it, since there would be no reason to use the local store any more.