What companies or projects are using Editscript?
huahaiy opened this issue · 4 comments
huahaiy commented
If you are using Editscript, please comment on this issue.
lnostdal commented
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
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
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!