Tuesday, 15 July 2014

Which database should I use in JavaScript (AngularJS) application? -



Which database should I use in JavaScript (AngularJS) application? -

i want utilize javascript database in app store model data, 1 time info received server store info in database minimize web service communication server. don't know library should utilize implement database in javascript (angularjs) application. not want store info in local-storage/ web-storage security concern. there javascript database available store data?

you can utilize forerunnerdb (http://www.forerunnerdb.com) crud info on browser. uses indexeddb persistence fallback websql , localstorage. includes both encryption , compression secure , efficient persistent info storage.

i'm afraid not able efficiently store info without using 1 of above mentioned persistence options.

javascript angularjs pouchdb taffydb

No comments:

Post a Comment