Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-service-workers
A collection of awesome resources for learning Service Workers
https://github.com/eric-erki/awesome-service-workers
Last synced: 3 days ago
JSON representation
-
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.
- 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.
- 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.
- Offline Web Applications Using IndexedDB & Service Worker - A great Udacity course introducing service workers and IndexedDB.
- Service Workers Explained - Service workers explained by [Alex Russell](https://github.com/slightlyoff).
- 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.
-
Learning Resources
- ServiceWorker Cookbook by Mozilla - A collection of recipes for different use cases.
- The offline cookbook - The bible of service worker Patterns by Jake Archibald.
-
Reference
- Background Sync Spec - The WIP spec for Background Sync.
- Service Workers - W3C Specification - The official service workers spec.
-
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.
- 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.
-
Related Technologies
Sub Categories