update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,10 +1,10 @@
 Awesome Service Workers !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Service Workers !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated collection of service worker resources.
>Service workers are at the heart of every progressive web app. Their persistent nature allows progressive web apps to fulfill our expectations of what an app should do. They are the missing link between what only native apps could do 
and what modern progressive web apps can do.
>Service workers are at the heart of every progressive web app. Their persistent nature allows progressive web apps to fulfill our expectations of what an app should do. They are the missing link between what only native apps could do and what 
modern progressive web apps can do.
▐ 
▐ -- 
@@ -23,8 +23,7 @@
Must Reads
- Building Progressive Web Apps - O'Reilly (https://pwabook.com/oreillyasw) - A hands-on guide and reference for service workers, caching strategies, push notifications, and more. Everything you need to build a modern progressive web 
app.
- Building Progressive Web Apps - O'Reilly (https://pwabook.com/oreillyasw) - A hands-on guide and reference for service workers, caching strategies, push notifications, and more. Everything you need to build a modern progressive web app.
- Introduction to Service Worker (http://www.html5rocks.com/en/tutorials/service-worker/introduction/) - A gentle introduction to service workers.
- Offline Web Applications Using IndexedDB & Service Worker (https://www.udacity.com/course/offline-web-applications--ud899) - A great Udacity course introducing service workers and IndexedDB.
- Service Workers Explained (https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md) - Service workers explained by Alex Russell (https://github.com/slightlyoff).
@@ -62,15 +61,15 @@
- Instant Loading: Building offline-first Progressive Web Apps - Google I/O 2016 (https://youtu.be/cmGr0RszHc8) - A quick dive into the most common technologies and techniques for building progressive web apps.
- Offline Web Applications Using IndexedDB & Service Worker (https://www.udacity.com/course/offline-web-applications--ud899) - This free Udacity course is a must if you're planning to dive deep into service workers.
- Instant Loading with Service Workers (Chrome Dev Summit 2015) (https://www.youtube.com/watch?v=jCKZDTtUA2A) - Explains how to structure your web app to optimize load time for initial and return visitors, and cover helpful service 
worker libraries that minimize the amount of boilerplate code you'll have to write.
- Instant Loading with Service Workers (Chrome Dev Summit 2015) (https://www.youtube.com/watch?v=jCKZDTtUA2A) - Explains how to structure your web app to optimize load time for initial and return visitors, and cover helpful service worker 
libraries that minimize the amount of boilerplate code you'll have to write.
Case Studies
- Service Workers in Production (https://developers.google.com/web/showcase/case-study/service-workers-iowa) - A case-study about how Google I/O 2015 web app was built.
- Measuring the Real-world Performance Impact of Service Workers (https://developers.google.com/web/showcase/2016/service-worker-perf) - One of the most significant benefits of service workers (from a performance perspective, at least) 
is their ability to proactively control the caching of assets. A web application that can cache all of its necessary resources should load substantially faster for returning visitors. But what do these gains actually look like to real 
users? And how do you even measure this?
- Measuring the Real-world Performance Impact of Service Workers (https://developers.google.com/web/showcase/2016/service-worker-perf) - One of the most significant benefits of service workers (from a performance perspective, at least) is their 
ability to proactively control the caching of assets. A web application that can cache all of its necessary resources should load substantially faster for returning visitors. But what do these gains actually look like to real users? And how do 
you even measure this?
Related Technologies
@@ -79,3 +78,5 @@
- CacheStorage API (https://github.com/TalAter/awesome-progressive-web-apps#cachestorage-api)
- IndexedDB (https://github.com/TalAter/awesome-progressive-web-apps#indexeddb)
- Push Notifications (https://github.com/TalAter/awesome-progressive-web-apps#push-notifications)
serviceworkers Github: https://github.com/TalAter/awesome-service-workers