I was wondering if I can set rethinkdb changefeeds in deepstream io and subscribe to this from frontent for each and every client . I do not want to use rethinkdb as deepstream storage .
Here is the scenario what i want to achieve .
I already have a rethink db table where i insert/update/delete data and which is configured in a node js server .
I have a simple index.html file in front end where i get / post to the node server to update rethink db
I get the change feeds in node server . {up to that these all are running }
Now i want to set the changefeeds from back end and subscribe it to the frontend . {How to achieve it?}
Any kind of help will be appreciated .