Recently on the service workers more and more research and discussion, today will give me all to comb some resources, let everyone see as fast!!
1. What is service workers?
We know the native app has rich offline experience, such as timed silent update, message notification push and other functions, was once a Web application "envy Envy hate" function. These features are also available with the service Worker,web app.
Simply put, Service workers gives web apps a great offline experience that gives developers the ability to manage offline data.
For details, please visit the following resources for more information:
- Html5rocks's service workers introduction
- W3ctech html5rocks Introduction Translation Service Worker Introduction
- The Wu Xiaojin report game rule changer Service Worker
- Service workers makes Web apps feel more like native apps
2.Service workers are you ready? 2.1 Compatibility
For any new function, compatibility is not negligible, right, everyone front-end er.
Take a look at Caniuse data (as of 2015/11/16).
2.2 Feature support and Polyfill
Here is the data from Isserviceworkerready.
3. How do I use service Workers?
To learn more about how service Wokers are used, API documentation, use cases, and sample apps.
- Official documents
- Service Worker API for MDN
- Using Service Workers for MDN
- Serviceworker:revolution of the Web Platform
- My First Service Worker
- Css-tricks making a simple Site work Offline with Serviceworker
- Ponyfoo.com making a Progressive App with Serviceworker
- Some cases Serviceworkersdemos
4. Disclaimer
Love front end, music share. Fedfun hope to make progress together with you.
Welcome any kind of reprint, please indicate loading, keep this paragraph text.
Independent blog Http://whqet.github.io
Sina Weibo Http://weibo.com/FedFun
Geek Headline Http://geek.csdn.net/user/publishlist/whqet
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Service Workers "early" know?