amp-pwa-demo

A simple, dependency-free blog that uses a Progressive Web App (PWA) to show Accellerated Mobile Pages (AMP).

  • Owner: google/amp-pwa-demo
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

AMP+PWA Demo for Blog and News Sites

A simple, dependency-free blog that uses a
Progressive Web App
(PWA) to show Accelerated Mobile Pages (AMP).
This is not an official Google product.

Setup

This project requires Node.js and NPM.

In the root of this repo, run npm install to download all dependencies, and
then npm start to start the server. You can visit the site at
localhost:8080.

Note that this is just a demo site. Some features (e.g. push notifications)
require a more complex backend that is not implemented here.

Implementation Details

Our site uses AMP and PWA to create a site that loads as fast as possible, while
still allowing users to take advantage of some of the most recent web platform
features like push notifications and offline browsing.

The front end consists of three main components:

  • AMP templates: All pages are valid AMP pages. We'll only have to maintain
    a single set of templates (rather than a conventional version and a separate
    AMP version).
  • App Shell:
    This is an empty HTML page that contains some scripts to download content.
  • Service Worker

The first pageview will always be an AMP page. If visitors are coming from
Google search results, this page will be loaded directly from the Google AMP
cache
. In the background,
the AMP page will install the service worker, which in turn will cache the app
shell page and some other resources.

Any further pageview will be intercepted by the service worker. It returns the
app shell, rather than the requested page, and the app shell will then load the
actual content using AJAX.

While the content shown inside the app shell is still valid AMP, we can now use
custom JavaScript to add functionality that is not (yet) supported by AMP. Note
however that this functionality will not be available on the first pageview, or
in browsers that don't support service workers. The App Shell can also intercept
link clicks and use the web history API to create a "single page app".

Main metrics

Overview
Name With Ownergoogle/amp-pwa-demo
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:Apache License 2.0
所有者活动
Created At2017-03-20 10:05:48
Pushed At2017-04-04 12:59:12
Last Commit At2017-04-04 13:59:07
Release Count0
用户参与
Stargazers Count113
Watchers Count12
Fork Count33
Commits Count23
Has Issues Enabled
Issues Count17
Issue Open Count14
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private