awesome-service-workers
Service worker resource collection
A curated collection of resources and guides for learning and implementing service workers in web applications.
A collection of awesome resources for learning Service Workers
2k stars
56 watching
64 forks
last commit: over 5 years ago
Linked from 6 awesome lists
Awesome Service Workers / Must Reads | |||
Building Progressive Web Apps - O'Reilly | 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 | A gentle introduction to service workers | ||
Offline Web Applications Using IndexedDB & Service Worker | A great Udacity course introducing service workers and IndexedDB | ||
Service Workers Explained | 3,629 | about 2 months ago | Service workers explained by |
Awesome Service Workers / Learning Resources | |||
Building Offline Sites with ServiceWorkers and UpUp | A general introduction to service workers and using UpUp to provide offline functionality in minutes | ||
Introduction to Service Worker | |||
Service Workers 101 | 708 | almost 8 years ago | An infographic summarizing the most important parts of service workers API |
ServiceWorker Cookbook by Mozilla | A collection of recipes for different use cases | ||
The copy & paste guide to your first Service Worker | Shortest available introduction, by | ||
The offline cookbook | The bible of service worker Patterns by Jake Archibald | ||
Designing Offline-First Web Apps | A fascinating look at design and UX considerations for dealing with various states of connectivity | ||
Awesome Service Workers / Reference | |||
Background Sync Spec | The WIP spec for Background Sync | ||
Service Workers - W3C Specification | The official service workers spec | ||
Awesome Service Workers / Browser Support | |||
Can I Use - Service Workers | Up-to-date browser support table of ServiceWorker API | ||
Jake Archibald - Is Service Worker ready? | Current status of ServiceWorker support in different browsers | ||
Awesome Service Workers / Libraries and Tools | |||
UpUp | A popular service worker library providing complete offline functionality for your site in 1 line of code | ||
sw-toolbox | 3,615 | about 5 years ago | A collection of simple helpers to simplify implementing common runtime caching patterns |
Manifest Generator | Generate a web app manifest, required for push notifications and installable web apps | ||
sw-precache | 5,223 | over 5 years ago | Generates a service worker to cache your local App Shell resources |
sw-offline-google-analytics | A service worker helper library to retry offline Google Analytics requests when a connection is available | ||
Workbox | a set of libraries and Node modules that make it easy to cache assets and take full advantage of features used to build progressive web apps | ||
Awesome Service Workers / Videos | |||
Instant Loading: Building offline-first Progressive Web Apps - Google I/O 2016 | A quick dive into the most common technologies and techniques for building progressive web apps | ||
Offline Web Applications Using IndexedDB & Service Worker | 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) | 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 | ||
Awesome Service Workers / Case Studies | |||
Service Workers in Production | A case-study about how Google I/O 2015 web app was built | ||
Measuring the Real-world Performance Impact of Service Workers | 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? | ||
Awesome Service Workers / Related Technologies | |||
App Install Banners | 1,545 | almost 4 years ago | |
Background Sync | 1,545 | almost 4 years ago | |
CacheStorage API | 1,545 | almost 4 years ago | |
IndexedDB | 1,545 | almost 4 years ago | |
Push Notifications | 1,545 | almost 4 years ago |