automerge-go icon indicating copy to clipboard operation
automerge-go copied to clipboard

StorageAdapter & NetworkAdapter

Open eberberich opened this issue 7 months ago • 10 comments

Hi,

what are the respective go part of the https://automerge.org/docs/repositories/storage and https://automerge.org/docs/repositories/networking/ adapters.

My goal is to create a doc in the browser (IndexDb) and then sync with a golang program, in there

  • receiving the changes through- say WebSocket (or a similar adapter)
  • writing the changes into a local file
  • adding changes to the doc, that get then synced back to the browser

How to achieve this?

eberberich avatar Jul 23 '24 22:07 eberberich