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


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


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...


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...


Is ServiceWorker ready?

https://jakearchibald.github.io/isserviceworkerready/

Tracks the features of ServiceWorker supported in browsers.


samples/service-worker at gh-pages · GoogleChrome/samples · GitHub

https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker

Service Worker Recipes


ServiceWorker Cookbook

https://serviceworke.rs/

The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web apps.