Synchronise a mobile light database with ASP.NET Web API 2 -
i building mobile application targeting ios, android , wp ionic/cordova. , using asp.net web api 2 rest apis backend.
i have requirement mobile application can collect data , synchronise apis , if mobile offline, sync happen when online. data size small , light db including localstorage one. required sync needed 1 way, mobile apis. also, once record synchronised, can deleted mobile.
i looking @ couchbase mobile, found mobile db db sort of solution.
can recommend mobile db rest/web api sync solution?
with native couchbase mobile solution android/ios coupled rest apis able data mobile device backend. delete documents off device once 200 status.
windows phone, can explore using pouchdb or going javascript browser based solution across platforms since wp not supported.
for replication or sync occur when device online again, require backend use couchbase server , implement replication class methods in native mobile app have push feature. or can use rest api logic detection when online again post backend.
Comments
Post a Comment