From 6c41e2f36227921ebf0acacf3c2817edfec834e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Sat, 1 Sep 2018 13:53:28 +0200 Subject: [PATCH] add pwa --- glossary/PWA.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glossary/PWA.md diff --git a/glossary/PWA.md b/glossary/PWA.md new file mode 100644 index 000000000..0aa61e855 --- /dev/null +++ b/glossary/PWA.md @@ -0,0 +1,3 @@ +### PWA + +Progressive Web App (known as PWA) is a term used to describe web applications that load like regular websites but can offer the user functionality such as working offline, push notifications, and device hardware access that were traditionally available only to native mobile applications.