Client-Side Data Storage (e-bog) af Camden, Raymond
Camden, Raymond (forfatter)

Client-Side Data Storage e-bog

166,54 DKK (inkl. moms 208,18 DKK)
One of the most useful features of todays modern browsers is the ability to store data right on the users 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. Youll learn how and when to use them, their plusses and minus...
E-bog 166,54 DKK
Forfattere Camden, Raymond (forfatter)
Udgivet 24 december 2015
Længde 118 sider
Genrer Web programming
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781491935064
One of the most useful features of todays modern browsers is the ability to store data right on the users 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. Youll 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 APIWork with web (aka local) storage for simple things like lists or preferencesUse IndexedDB to store nearly anything you want on the users browserLearn how support web apps that still use the discontinued Web SQL Database APIExplore Lockr, Dexie, and localForage, three libraries that simplify the use of storage APIsBuild a simple working application that makes use of several storage techniques