From fff1fa6188cb365b043cd67f4ce80217ecfdf654 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 6 Mar 2023 09:14:17 -0300 Subject: [PATCH] PWA --- PWA.md | 1 + Web.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 PWA.md diff --git a/PWA.md b/PWA.md new file mode 100644 index 0000000..2d5f155 --- /dev/null +++ b/PWA.md @@ -0,0 +1 @@ +- [a2hs.js](https://github.com/koddr/a2hs.js): A useful modern JavaScript solution that helps your website users to add (install) a progressive web application (PWA) to the Home Screen of their mobile iOS devices. diff --git a/Web.md b/Web.md index 49fe3e7..f755c3b 100644 --- a/Web.md +++ b/Web.md @@ -6,3 +6,7 @@ ## Proyectos interesantes - [kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging Go, `fasthttp` and the CDB embedded database](https://github.com/volution/kawipiko) + +## Otras cosas + +- [[PWA]]