{"id":14111900,"url":"https://github.com/StartPolymer/awesome-service-workers","last_synced_at":"2025-08-01T13:32:43.920Z","repository":{"id":74217123,"uuid":"49503108","full_name":"StartPolymer/awesome-service-workers","owner":"StartPolymer","description":"A collection of awesome Service Workers resources.","archived":false,"fork":false,"pushed_at":"2017-03-03T16:20:34.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-20T02:46:17.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StartPolymer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-12T13:53:21.000Z","updated_at":"2017-06-05T22:35:20.000Z","dependencies_parsed_at":"2024-01-12T11:51:11.027Z","dependency_job_id":"6c57ca03-e791-4b53-a2a1-2de951307907","html_url":"https://github.com/StartPolymer/awesome-service-workers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fawesome-service-workers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fawesome-service-workers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fawesome-service-workers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fawesome-service-workers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartPolymer","download_url":"https://codeload.github.com/StartPolymer/awesome-service-workers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228383616,"owners_count":17911327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-14T10:03:31.570Z","updated_at":"2024-12-05T22:31:00.504Z","avatar_url":"https://github.com/StartPolymer.png","language":null,"funding_links":[],"categories":["Other Lists","Other awesome resources"],"sub_categories":["TeX Lists","Lists"],"readme":"# Awesome Service Workers\n\n[![GitHub Stars](https://img.shields.io/github/stars/StartPolymer/awesome-service-workers.svg?label=GitHub%20Stars)](https://github.com/StartPolymer/awesome-service-workers)\n[![GitHub Watchers](https://img.shields.io/github/watchers/StartPolymer/awesome-service-workers.svg?label=GitHub%20Watchers)](https://github.com/StartPolymer/awesome-service-workers)\n\n\u003e A collection of awesome Service Workers resources.\n\n- [General resources](#general-resources)\n- [Communities](#communities)\n- [Tutorials / Guides](#tutorials-guides)\n- [Case Studies](#case-studies)\n- [Videos](#videos)\n- [Libraries](#libraries)\n- [Open-source projects](#open-source-projects)\n- [Other awesome resources](#other-awesome-resources)\n\n## General resources\n\n- [Chromium Project](https://www.chromium.org/blink/serviceworker)\n- [W3C Working Draft](https://www.w3.org/TR/service-workers/)\n- [W3C Editor's Draft](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/)\n- [Is ServiceWorker ready?](https://jakearchibald.github.io/isserviceworkerready/)\n\n## Communities\n\n- [Stack Overflow](http://stackoverflow.com/questions/tagged/service-worker)\n\n## Tutorials / Guides\n\n- [Progressive Web App Libraries in Production](https://medium.com/dev-channel/progressive-web-app-libraries-in-production-b52cad37d34#.uhu3vx5dz) - 2017-02\n- [Implementing \"Save For Offline\" with Service Workers](https://una.im/save-offline/) - 2017-01\n- [Introduction to Service Worker](http://www.html5rocks.com/en/tutorials/service-worker/introduction/) - 2014-12\n- [The offline cookbook](https://jakearchibald.com/2014/offline-cookbook/) - 2014-12\n- [Offline Recipes for Service Workers](https://davidwalsh.name/offline-recipes-service-workers) - 2015-11\n- [simple-serviceworker-tutorial](https://github.com/jakearchibald/simple-serviceworker-tutorial)\n- [Chrome Dev Summit 2015 Codelabs](https://codelabs.developers.google.com/chrome-dev-summit)\n- [Service Worker Recipes](https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker)\n\n## Case Studies\n\n- [Service Workers in Production](https://developers.google.com/web/showcase/case-study/service-workers-iowa) - 2015\n\n## Videos\n\n- [Instant Loading with Service Workers (Chrome Dev Summit 2015)](https://www.youtube.com/watch?v=jCKZDTtUA2A)\n- [From Jurassic Web to offline-first and more with Service Workers by Hubert Sablonnière](https://www.youtube.com/watch?v=SltjVpgTaCo)\n- [Offline First and Service Workers](https://www.youtube.com/watch?v=TGwjgmAqNRo)\n\n## Libraries\n\n- [platinum-sw](https://elements.polymer-project.org/elements/platinum-sw?active=platinum-sw-register) - a set of Polymer elements\n- [sw-precache](https://github.com/GoogleChrome/sw-precache) - a module for gulp/Grunt builds\n- [sw-toolbox](https://github.com/GoogleChrome/sw-toolbox) - a runtime caching library\n- [ServiceWorkerWare](https://github.com/fxos-components/serviceworkerware) - an Express-like layer on top of service workers\n- [UpUp](https://github.com/TalAter/UpUp) - provides an offline fallback page\n- [offline-plugin](https://github.com/NekR/offline-plugin) - a plugin for webpack bundler\n\n## Open-source projects\n\n- [Air Horn](https://github.com/GoogleChrome/airhorn)\n- [SVGOMG](https://github.com/jakearchibald/svgomg)\n\n## Other awesome resources\n\n- [Awesome Polymer](https://github.com/StartPolymer/awesome-polymer)\n- [Awesome Elements](https://github.com/StartPolymer/awesome-elements)\n- [Awesome Web Components](https://github.com/obetomuniz/awesome-webcomponents)\n- [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n---\n\n## License\n\n[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartPolymer%2Fawesome-service-workers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStartPolymer%2Fawesome-service-workers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartPolymer%2Fawesome-service-workers/lists"}