Hacker News new | ask | show | jobs
by futuremint 5597 days ago
Can you setup the CouchDB on the phone to do continuous replication of the CouchApp from an online source (CouchBase or Cloudant)?
1 comments

Yup the CouchNotes demo app does push / pull replication, just needs another flag for continous, the mobile CouchDB is a vanilla CouchDB so will replicate to CouchOne / Cloudant fine.

Replication on mobile isnt without gotchas though, there are issues with mobile carriers interfering with http via proxies and various minor bugs. CouchDB will be updated with these fixes as they come along (within weeks, not months) so I wouldnt let it hold you off building an app that requires replication.