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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -