Fork me on GitHub
#datascript
<
2017-06-04
>
bbss04:06:31

@colindresj if it's performance you're worried about: http://tonsky.me/blog/acha-acha/ is interesting

bbss04:06:43

of course biased a bit as it's the datascript author 🙂

bbss04:06:04

also for performance you can always use indexes and filter manually

sova-soars-the-sora21:06:00

Yeah, take a look at Kitten Chat and stuff that uses Datascript. It can actually be very very fast because you just send transaction-deltas over sockets. Subscribe subsets of users to different transaction-deltas, and everything is fast and minimal.

sova-soars-the-sora21:06:45

There are enough examples to play with to see if it's a good fit. I think it's a potential next step in my own application, although subscriptions to deltas is really my focus of interest at the moment.