android - CouchBase sync_gateway + web application? -
by using couchbase sync_gateway mobile sync(android,ios) can still use database custom server side app?
my application needs run on both mobile , web. have angularjs browsers , nodejs/express server side.
if update database form browser->node->couchbase ... mobile clients db update?! think no revisions so?!
if using node.js smart client couchbase server, can still co-exist couchbase lite mobile clients using workflow call "bucket shadowing". more information on this, check out: https://github.com/couchbase/sync_gateway/wiki/bucket-shadowing
alternatively, use node.js library interfaces directly sync gateway instead. example, cradle: https://github.com/flatiron/cradle
but, use cases, recommend bucket shadowing method instead.
Comments
Post a Comment