Automerge
Automerge is a powerful library that provides a JSON-like Conflict-free Replicated Data Type (CRDT) data structure, enabling concurrent modifications by different users and automatic merging of changes. It helps developers build collaborative and offline-first applications with strong consistency guarantees.
Automerge is built in JavaScript, distributed under the MIT License license, 6.2k GitHub stars, latest release js/automerge-3.2.5.
Stats refreshed
- Language
- JavaScript
- Latest Release
- js/automerge-3.2.5
- License
- MIT License
Our Newsletter
Get new Development tools right in your inbox
Get short emails with useful development projects, releases, and repos worth watching.
Key Features
- CRDT-based data structure
- Enables real-time collaboration
- Handles concurrent changes automatically
- Offline and sync support
- Strong consistency guarantees
- Works with JSON-like data
Alternative Tools
Resources
Community
More Development tools
Build Your Own X
Master programming by recreating well-known technologies from scratch with hands-on projects.
FreeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
Public APIs
A curated list of free APIs for use in software and web development, enabling easy discovery of public API resources.
System-design-primer
An essential resource for learning how to design large-scale systems, preparing for system design interviews, and includes comprehensive Anki flashcards.
Project-Based Learning
A curated list of practical project-based tutorials to learn programming and software development skills.
React
The library for web and native user interfaces, enabling the creation of complex, interactive UIs with a component-based approach.