Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Client-Side Data Storage

Posted By: AlenMiler
Client-Side Data Storage

Client-Side Data Storage: Keeping It Local by Raymond Camden
English | Jan. 3, 2016 | ISBN: 1491935111 | 118 Pages | MOBI/EPUB/PDF (True) | 34.39 MB

One of the most useful features of today’s modern browsers is the ability to store data right on the user’s computer or mobile device. Even as more people move toward the cloud, client-side storage can still save web developers a lot of time and money, if you do it right. This hands-on guide demonstrates several storage APIs in action. You’ll learn how and when to use them, their plusses and minuses, and steps for implementing one or more of them in your application.

Ideal for experienced web developers familiar with JavaScript, this book also introduces several open source libraries that make storage APIs easier to work with.

Learn how different browsers support each client-side storage API
Work with web (aka local) storage for simple things like lists or preferences
Use IndexedDB to store nearly anything you want on the user’s browser
Learn how support web apps that still use the discontinued Web SQL Database API
Explore Lockr, Dexie, and localForage, three libraries that simplify the use of storage APIs
Build a simple working application that makes use of several storage techniques