Fork me on GitHub
#datascript
<
2017-07-29
>
plexus16:07:22

I'm looking for some advice here. For a new app I'm considering using Datomic as backend and DataScript (with re-posh) as frontend. The question is how to set up communication/sync...

plexus16:07:55

I like what DatSync does, but it assumes the whole database can be shared with all clients, which in my case is not acceptable. So the frontend DB would have to be a subset of the server DB.

plexus16:07:04

So I'm really curious what kind of approaches people are using for their datascript frontends.