service-worker.md
July 15, 2021 · View on GitHub
Bookmarks tagged [service-worker]
www.codever.land/bookmarks/t/service-worker
awesome-service-workers
https://github.com/TalAter/awesome-service-workers#readme
:nut_and_bolt: A collection of awesome resources for learning Service Workers - TalAter/awesome-service-workers
- tags: awesome-list, frontend, service-worker
- :octocat: source code
Service Workers - Practical Guided Introduction (several examples)
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
- :calendar: published on: 2018-06-18
- tags: pwa, service-worker, javascript
- :octocat: source code
Service Workers: an Introduction | Web | Google Developers
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
The offline cookbook - JakeArchibald.com
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...
- :calendar: published on: 2014-12-09
- tags: pwa, offline-first, service-worker
Is ServiceWorker ready?
https://jakearchibald.github.io/isserviceworkerready/
Tracks the features of ServiceWorker supported in browsers.
- Status
- Spec
- Intro
- Resources
- tags: service-worker, pwa
- :octocat: source code
samples/service-worker at gh-pages · GoogleChrome/samples · GitHub
https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker
Service Worker Recipes
- tags: web-development, service-worker, pwa
- :octocat: source code
ServiceWorker Cookbook
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
- :octocat: source code