Bookmarks tagged [service-worker]
https://github.com/TalAter/awesome-service-workers#readme
🔩 A collection of awesome resources for learning Service Workers - TalAter/awesome-service-workers
https://blog.angular-university.io/service-workers/
Get a theoretical and practical understanding of Service Workers, by implementing one of its main use cases: Application Download, Installation & Versioning
- 📆 published on: 2018-06-18
- tags: pwa, service-worker, javascript
- source code
https://developers.google.com/web/fundamentals/getting-started/primers/service-workers
Rich offline experiences, periodic background syncs, push notifications—functionality that would normally require a native application—are coming to the web. Service workers provide the technical foun...
- tags: service-worker
https://jakearchibald.com/2014/offline-cookbook/
Fantastic article by Jake Archibald explaining in details all aspects of Service Worker’s caching, with code snippets and examples.
Together with Udacity I created a [free offline-first interactive c...
- 📆 published on: 2014-12-09
- tags: pwa, offline-first, service-worker
https://jakearchibald.github.io/isserviceworkerready/
Tracks the features of ServiceWorker supported in browsers.
- Status
- Spec
- Intro
- Resources
- tags: service-worker, pwa
- source code
https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker
Service Worker Recipes
- tags: web-development, service-worker, pwa
- source code
The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web apps.
- tags: web-development, service-worker, pwa
- source code