PouchDB http stack used in cordova based android app? -


new pouchdb world.

1)plan: android app cordova + pouchdb +sqlite plugin + syncgateway+ couchbase server.

2)what http stack used pouchdb javascript syncing docs?

thanks

nithin

when use pouchdb, don't manage http stuff yourself. pouchdb communicates directly couchdb/couchbasesyncgateway/cloudant/etc. when call db.sync() or db.replicate().

you can set nginx or apache reverse proxy if like, it's fine talk directly database.


Comments