hastebrot / protokola

Message Infrastructure.
Apache License 2.0
1 stars 0 forks source link

(doc) Add "similar projects" section. #14

Open hastebrot opened 6 years ago

hastebrot commented 6 years ago

List of similar projects.

Automerge

Automerge is a library of data structures for building collaborative applications in JavaScript.

Automerge is a so-called Conflict-Free Replicated Data Type (CRDT), which allows concurrent changes on different devices to be merged automatically without requiring any central server.

Immer

Create the next immutable state by mutating the current one