With all the buzz around Offline First applications, one of the firsts things that comes up is the data synchronization between the client and the server.
There are several posts and questions about this subject and during my research I found a very interesting "standalone library for data access and synchronization" called Orbit.js.
Until now I could not find any post or question about the integration between Orbit.js and AngularJS, all the reference I found is integrating with Ember.js and Foundation.
I'd like to know if someone has already tried both in the same project.
Is there any limitation/restriction? Orbit.js as the documentation says:
Orbit.js has no specific external run-time dependencies, but must be used with a library that implements the Promises/A+ spec, such as RSVP.
Could this be a restriction for integrating it with AngularJS?