Tag: OT

Building a Shared Code-Editor using Node.js, WebSocket and CRDT

How do collaborative editing platforms like Google Docs, codeshare.io or excalidraw work? These platforms provide real-time collaboration, synchronization with other users and conflict-resolution mechanisms. Real-time communication and synchronization of document can be achieved by using WebSo...