Skip to content

Commit

Permalink
添加高性能 Mobile Web 开发 - 离线 Web App 以及消息同步与推送实现
Browse files Browse the repository at this point in the history
- 利用 Service Worker 实现Web App 的离线访问、消息同步以及与原生应用相似的本地消息推送
- 该方案适用于 Mobile Web (基于 Chrome 52 以及更新版本)
  • Loading branch information
hijiangtao authored Feb 9, 2017
1 parent d4d3bf7 commit 911341b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1. [高性能CSS3动画](./high-performance-css3-animation.md)
2. [CSS动画属性性能](./css-property-animation-performance.md)
3. [高性能滚动](https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md)
4. [离线 Web App 以及消息同步与推送实现](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers)

0 comments on commit 911341b

Please sign in to comment.