automerge-perfPublic Performance tests for Automerge automerge-repo-network-peerjsPublic Network adapter for automerge-repo using peerjs automerge.github.ioPublic automerge-repo-sync-serverPublic Sponsors Most used topics automergecrdtswift
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. - GitHub - automerge/automerge: A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merge
All features Documentation GitHub Skills Blog Solutions By size Enterprise Teams Startups By industry Healthcare Financial services Manufacturing By use case CI/CD & Automation DevOps DevSecOps Resources Resources Learning Pathways White papers, Ebooks, Webinars Customer Stories Partners ...
1,606 Commits .github/workflows change --tag (pnpm) -> --dist-tag (lerna) Jan 20, 2024 examples v2.0.0-alpha.14 Nov 5, 2024 images README.md: various edits; add screenshot of working app Dec 31, 2022 packages Merge pull request#387from bijela-gora/main ...
.package(url:"https://github.com/automerge/automerge-swift",.branch("main")), Usage The following code sample gives a quick overview of how to use Automerge import Automerge/// Define your model object, which will be stored in automerge./// Do NOT provide custom Codable implementations ...
Contribute to automerge/automerge-prosemirror development by creating an account on GitHub.
automation pull-request automerge github-action Updated Feb 2, 2024 automerge / MeetingNotes Sponsor Star 54 Code Issues Pull requests An example application that uses Automerge-Swift to provide collaborative note taking for meetings. swift crdt swiftui automerge Updated Aug 6, 2024 Swift nik...
Running in Docker Run in docker using image hosted by GitHub container registry: docker run -d --name syncserver -p 3030:3030 ghcr.io/automerge/automerge-repo-sync-server:main cleanup after: docker stop syncserver docker rm syncserver Contributors Originally written by @pvh.About...
Contribute to automerge/automerge-repo-sync-server development by creating an account on GitHub.
"automerge": "github:automerge/automerge#opaque-strings" Automerge's typescript declarations mess up opaque string types (string & { foo: bar }) when freezing objects, so we have a branch that supports it. Can remove after that branch is merged to automerge. ...