Fork me on GitHub
#keechma
<
2017-12-26
>
mjmeintjes09:12:27

Hi. I'm currently rewriting a re-frame app with Keechma, and I'm liking it a lot. I'm currently looking at dataloader controller from the Keechma toolbox. I'm trying to figure out if it is possible to set up a live feed using the datasource/dataloader controller functionality. I'm using pouchdb, and would like to setup a live feed that updates the app-db anytime data changes. I understand how this would be possible with normal controllers, but was wondering whether it is possible with the dataloader controller.