0.13.4 • Published 8 months ago

@collabs/collabs v0.13.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@collabs/collabs

Collabs is a collections library for collaborative data structures. These are data structures that look like Set, Map, Array, etc., except they are synchronized between multiple users: when one user changes a collaborative data structure, their changes show up for every other user. You can use them to quickly build collaborative apps along the lines of Google Docs/Sheets/Slides, shared whiteboards, etc.

We call each collaborative data structure a Collab, for short.

@collabs/collabs is Collabs's main package. It contains Collabs's core and its built-in collaborative data structures, which are all hybrid op-based/state-based Conflict-free Replicated Data Types (CRDTs).

Docs

See https://collabs.readthedocs.io/

API

Source Code

This package merely re-exports @collabs/core and @collabs/crdts. The actual code lives in their source folders: core, crdts.

0.12.0

10 months ago

0.13.0

9 months ago

0.13.1

9 months ago

0.13.2

8 months ago

0.13.3

8 months ago

0.13.4

8 months ago

0.11.1

11 months ago

0.11.0

11 months ago

0.10.0

1 year ago

0.10.1

1 year ago

0.10.2

1 year ago

0.9.0

1 year ago

0.9.1

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.4.0

2 years ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago