Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecodelabs/workbox-indexeddb
https://github.com/googlecodelabs/workbox-indexeddb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlecodelabs/workbox-indexeddb
- Owner: googlecodelabs
- License: apache-2.0
- Archived: true
- Created: 2017-08-30T13:49:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:24:55.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:28:59.306Z (7 months ago)
- Language: JavaScript
- Size: 45 MB
- Stars: 59
- Watchers: 14
- Forks: 22
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Data driven PWA
In this codelab, you’ll use [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) and [Workbox](https://workboxjs.org/) to create a fully offline-capable, data-driven app. You'll also use [Background Sync](https://developers.google.com/web/updates/2015/12/background-sync) to sync your app with the server even when your web app is closed.
## Getting started
Follow the [Google Codelabs instructions](https://codelabs.developers.google.com/codelabs/workbox-indexeddb/index.html?index=..%2F..%2Findex#0).
## More resources
* IndexedDB [lecture](https://developers.google.com/web/ilt/pwa/working-with-indexeddb-slides), [lab](https://developers.google.com/web/ilt/pwa/lab-indexeddb), and [concepts](https://developers.google.com/web/ilt/pwa/working-with-indexeddb)
* [Workbox codelab](https://codelabs.developers.google.com/codelabs/workbox-lab/#0)
* [PWA training materials](https://developers.google.com/web/ilt/pwa/)## License
Copyright 2018 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.This is not an official Google product.