Skip to content

Commit

Permalink
Merge pull request #172 from abraham/pwa
Browse files Browse the repository at this point in the history
Add PWA
  • Loading branch information
MikeMcQuaid authored Feb 15, 2018
2 parents c213ea3 + 698c669 commit 95982c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions topics/pwa/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
aliases: progressive-web-app, progressive-web-apps
created_by: Alex Russell and Frances Berriman
display_name: PWA
logo: pwa.png
related: service-worker, offline, notifications, app-shell, manifest
released: 2015
short_description: Progressive Web Apps are traditional web sites that are enhanced with native like features.
topic: pwa
url: https://developers.google.com/web/progressive-web-apps/
wikipedia_url: https://en.wikipedia.org/wiki/Progressive_web_app
---
Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are [secure](https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https) they can leverage [ServiceWorkers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) to provider users with offline support, [Push notifications](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) can help re-engage users, and [Web App Manifests](https://developer.mozilla.org/en-US/docs/Web/Manifest) let users install PWAs alongside native apps.
Binary file added topics/pwa/pwa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95982c2

Please sign in to comment.