{"id":13725340,"url":"https://github.com/widmogrod/js-crdt","last_synced_at":"2025-10-25T18:31:17.911Z","repository":{"id":57298907,"uuid":"51268317","full_name":"widmogrod/js-crdt","owner":"widmogrod","description":"Conflict-free Replication Data Type in TypeScript","archived":false,"fork":false,"pushed_at":"2023-04-17T00:52:36.000Z","size":426,"stargazers_count":72,"open_issues_count":8,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T13:44:31.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/widmogrod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-07T21:57:16.000Z","updated_at":"2024-08-04T12:57:15.000Z","dependencies_parsed_at":"2022-08-26T18:12:40.488Z","dependency_job_id":null,"html_url":"https://github.com/widmogrod/js-crdt","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widmogrod%2Fjs-crdt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widmogrod%2Fjs-crdt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widmogrod%2Fjs-crdt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widmogrod%2Fjs-crdt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/widmogrod","download_url":"https://codeload.github.com/widmogrod/js-crdt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238175033,"owners_count":19428794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:02:20.016Z","updated_at":"2025-10-25T18:31:17.622Z","avatar_url":"https://github.com/widmogrod.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# js-crdt [![Build Status](https://travis-ci.org/widmogrod/js-crdt.svg?branch=master)](https://travis-ci.org/widmogrod/js-crdt)\n## Introduction\nReal time collaboration is a fascinating concept.\nMain purpose of this libriary it to explore applications of data structure called `CRDT` in context of real time collaboration\nand learn answers to questions like:\n\n- How to write collaborative applications?\n- How to ensure strong eventual consistency?\n- What are limirations of CRDTs?\n\n\u003e CRDT stands for Conflict-free Replication Data Type in JavaScript.\n\n## Components\nCompoents that can be found in this libriary:\n\n- Data structures like `Immutable SortedSet`, `Immutable Lists`, `Immutable Maps`\n- Partial ordering algorithms like `Vector clock`\n- Higher order component `text` that encapsulates operation on plain text that can be used in collaborative editing.\n\n## Applications\n- https://github.com/widmogrod/notepad-app - Collaborative notepad app (demo).\n\n## Development\nBasic development requires at least `nodejs@8`.\n\nTo quickly start developmen run:\n```\nnpm install\nnpm test\n```\n\nBefore pull request run following commands to ensure code quality:\n```\nnpm test\nnpm run lint\nnpm run dist\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidmogrod%2Fjs-crdt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwidmogrod%2Fjs-crdt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidmogrod%2Fjs-crdt/lists"}