Client-Side Data Storage: Keeping It Local (Paperback)
暫譯: 客戶端數據儲存:保持本地化 (平裝本)

Raymond Camden

  • 出版商: O'Reilly
  • 出版日期: 2016-02-02
  • 定價: $1,020
  • 售價: 8.0$816
  • 語言: 英文
  • 頁數: 118
  • 裝訂: Paperback
  • ISBN: 1491935111
  • ISBN-13: 9781491935118
  • 立即出貨 (庫存 < 3)

相關主題

商品描述

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

商品描述(中文翻譯)

當今現代瀏覽器最有用的功能之一是能夠在用戶的電腦或移動設備上儲存數據。即使越來越多的人轉向雲端,客戶端儲存仍然可以為網頁開發者節省大量時間和金錢,只要你正確使用。這本實用指南展示了幾個儲存 API 的實際應用。你將學習如何以及何時使用它們,它們的優缺點,以及在你的應用程式中實現一個或多個的步驟。

本書非常適合熟悉 JavaScript 的經驗豐富的網頁開發者,並介紹了幾個開源庫,使儲存 API 更易於使用。

- 了解不同瀏覽器如何支持每個客戶端儲存 API
- 使用網頁(即本地)儲存來處理簡單的事物,如列表或偏好設定
- 使用 IndexedDB 在用戶的瀏覽器中儲存幾乎任何你想要的東西
- 學習如何支持仍在使用已停用的 Web SQL Database API 的網頁應用程式
- 探索 Lockr、Dexie 和 localForage 這三個簡化儲存 API 使用的庫
- 建立一個簡單的工作應用程式,利用幾種儲存技術