A little of background, I have a Couchbase to store endpoints that other developers souldn't know, on the app init I load the endpoints in a var. Sometimes we change the endpoints but when we do we need to restart node.
So I want to detect document changes in Couchbase Server, to make another call to the bucket and update the documents.
I read about Sync-Gateway but I think is only valid for Couchbase Mobile.