how to make an Angular.js app offline with server sync when available

后端 未结 3 1491
小蘑菇
小蘑菇 2021-01-30 17:31

I\'m looking for an approach or a library that handles this. the idea is to store data in localstorage and sync to the backend when a connection is available, http://pouchdb.com

3条回答
  •  一生所求
    2021-01-30 18:02

    Haven't used it yet, but familiar w/ the concepts behind BreezeJS from their other offerings in .NET. Check it out http://www.breezejs.com/ and here's Ward Bell presenting it to the Googlers http://www.youtube.com/watch?v=P2ErSQj3SN8&feature=player_profilepage

提交回复
热议问题