Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 3.66 KB

service-worker.md

File metadata and controls

60 lines (50 loc) · 3.66 KB

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


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


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


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

Tracks the features of ServiceWorker supported in browsers.


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

Service Worker Recipes


https://serviceworke.rs/

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