juji-io / editscript

A library to diff and patch Clojure/ClojureScript data structures
Eclipse Public License 1.0
472 stars 23 forks source link

What companies or projects are using Editscript? #17

Open huahaiy opened 3 years ago

huahaiy commented 3 years ago

If you are using Editscript, please comment on this issue.

lnostdal commented 3 years ago

Hi, https://oche.com/ is using Editscript for syncing game-state to Cljs UIs among other things. :quick algo is used for local clients, and :a-star is used for remote ones. It is very good!

xfthhxk commented 3 years ago

Hi @huahaiy, Streetlinx uses Editscript to capture deltas to drive a newsfeed and generate alerts. In the future we'll use it as part of a workflow to approve pending changes. Thanks for your work on the lib.

kthu commented 2 years ago

Hi. We are using Editscript in microdata.no to sync client state to a server so users can pick up their work where they left it. Thanks for an excellent tool!

bobby commented 2 years ago

We’re using Editscript as the main way of evaluating changes within our convergent reference type in our CRDT library, Converge.