Friday, 16 August 2013

Client-Side Storage

http://tech.pro/blog/1486/client-side-storage-options

  • Web (Local & Session) Storage (current with limitations)
    For Local Storage usage example, you can see my post regarding HTML5 Contenteditable and KendoUI.
  • Indexed DB - e.g. idb.filesystem.js (near future)
  • File System - client (future!)
  • Web SQL (deprecated)

Potentially can develop a web-based app (supports mobile & desktop) without the need of an actual native mobile app.

No comments:

Post a Comment