crdt-example-app_annotated icon indicating copy to clipboard operation
crdt-example-app_annotated copied to clipboard

Abstracted library?

Open fasiha opened this issue 5 years ago • 3 comments

I realize it's been a while since you looked at this but I wonder if you made a library version of the client that exports the minimal set of functions that the browser needs to interact with the server? I'm working through your notes and the client source code to figure out the steps necessary to adapt the example to my usecase and realized I'm effectively building that abstracted library that can be used for per-project datasets.

Thank you for your sharing these wonderful notes!

fasiha avatar Sep 25 '20 11:09 fasiha

@fasiha Did you manage to abstract it out? I'm toying with an application of my own and considered also releasing an abstracted version, however it's difficult to figure out what's generic and what's app specific. Curious to see your efforts on this.

lauritzsh avatar Apr 23 '21 11:04 lauritzsh

@lauritzsh alas no, it was too complicated, or rather I wasn't skilled enough 😅

fasiha avatar Apr 23 '21 17:04 fasiha

Here is it https://github.com/evoluhq/evolu

steida avatar Oct 19 '23 08:10 steida