angularjs - Data synchronization in Offline First applications -
angularjs - Data synchronization in Offline First applications -
with buzz around offline first applications, 1 of firsts things comes info synchronization between client , server.
there several posts , questions subject , during research found interesting "standalone library info access , synchronization" called orbit.js.
until not find post or question integration between orbit.js , angularjs, reference found integrating ember.js , foundation.
i'd know if has tried both in same project. is there limitation/restriction? orbit.js documentation says:
orbit.js has no specific external run-time dependencies, must used library implements promises/a+ spec, such rsvp.
could restriction integrating angularjs?
the 2 seem might play nice together, have not myself set application these two. however, alternative utilize different info sync library. few months stumbled on pouch db , indeed have angular module.
here links digging. hope helps!
pouchdb - http://pouchdb.com angular module - https://github.com/wspringer/angular-pouchdb
angularjs synchronization offline hybrid-mobile-app
Comments
Post a Comment