APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Crdt-website Alternatives
Similar projects and alternatives to crdt-website
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
-
ONLYOFFICE
ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
-
-
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
RxDB
The local-first database that runs on every JS runtime and replicates with your existing backend - no vendor, no lock-in - https://rxdb.info/
-
trystero
✨🤝✨ Build instant multiplayer webapps, no server required — Magic WebRTC matchmaking over BitTorrent, Nostr, MQTT, IPFS, Supabase, and Firebase
-
CouchDB
Seamless multi-primary syncing database with an intuitive HTTP/JSON API, designed for reliability
-
-
-
Konva
Konva.js is an HTML5 Canvas JavaScript framework for interactive graphics, design editors, whiteboards, and diagrams. Scene graph with events, drag and drop, transforms, animations, and export.
-
-
-
-
-
-
-
jcp
jcp: an rsync-like copy; a Go library/CLI for efficient remote filesystem syncing. (by glycerine)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
crdt-website discussion
crdt-website reviews and mentions
-
Seven Ideas That Keep Distributed Systems From Falling Over
CRDTs (conflict-free replicated data types): data structures that are mathematically guaranteed to converge no matter what order updates arrive in. No coordination needed, the math just works out.
-
Building a Real-Time Collaborative Text Editor: WebSockets Implementation with CRDT Data Structures
CRDT Tech - Comprehensive resource on CRDT theory and implementations
-
6 Features You Can Deliver Instantly with HTML Editor Software
These challenges usually require WebSocket connections, a protocol for real-time communication, and CRDTs (conflict-free replicated data types) or similar algorithms.
-
Building a Web-Based Excel Editor: A Comprehensive Guide
CRDT Tutorial - Comprehensive CRDT learning resource
-
Sync Engines Are the Future
I've been thinking about this a lot - nearly every problem these days is a synchronisation problem. You're regularly downloading something from an API? Thats a sync. You've got a distributed database? Sync problem. You want online and offline functionality? sync problem. Collaborative editing? sync problem.
And 'synchronisation' as a practice gets very little attention or discussion. People just start with naive approaches like 'download whats changed' and then get stuck in the quagmire of known problems and known edge cases (handling deletions, handling errors, how to repair after a bad sync, dealing with conflicting updates etc).
The one piece of discussion or attempt at a systematic approach I've seen to 'synchronisation' recently is to do with Conflict-free Replicated Data Types https://crdt.tech which is essentially restricting your data and the rules for dealing with conflicts to situations that are known to be resolvable and then packaging it all up into an object. An interesting approach but there's still little discussion of the wider techniques
- Conflict-Free Replicated Data Types
-
Understanding Conflict-Free Replicated Data Types
CRDT
- You can't leak users' data if you don't hold it
- Holepunch Unveils P2P Platform "Pear Runtime"
-
Looking for suggestions for syncing data for an offline first application
crdt https://github.com/ept/crdt-website
-
A note from our sponsor - AppSignal
www.appsignal.com | 13 Sep 2026
Stats
ept/crdt-website is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of crdt-website is CSS.