Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deanhume/Service-Workers-BackgroundSync
A simple example using Service Workers & Background Sync
https://github.com/deanhume/Service-Workers-BackgroundSync
Last synced: 3 months ago
JSON representation
A simple example using Service Workers & Background Sync
- Host: GitHub
- URL: https://github.com/deanhume/Service-Workers-BackgroundSync
- Owner: deanhume
- Created: 2016-06-20T01:48:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T12:55:06.000Z (over 8 years ago)
- Last Synced: 2024-07-18T04:39:12.816Z (4 months ago)
- Language: HTML
- Homepage: https://deanhume.github.io/Service-Workers-BackgroundSync/
- Size: 343 KB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Ponyfoo Logo](https://ponyfoo.com/img/logos/original.3cc2842c.png)
# Background Sync example using Service Workers
This is a simple example that uses Service Workers to implement a [Background Sync](https://github.com/WICG/BackgroundSync/blob/master/explainer.md). This article was originally posted on the ponyfoo.com
blog and for more information, I recommend checking out this [link](https://ponyfoo.com/articles/backgroundsync).