streamich/json-joy

JSON CRDT `BlobStore`

Closed this issue · 0 comments

  • Create a BlobStore abstraction over the File class.
  • Specify an interface that needs to be implemented for the blob store.
    • .put()
    • .get()
  • Re-implement the File class on top of the BlobStore abstraction.