automerge-go
automerge-go copied to clipboard
StorageAdapter & NetworkAdapter
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?