[TOC]
PWA(Progressive Web App) is a type of application software delivered through the web, built using common web technologies including HTML, CSS, JavaScript, and WebAssembly.
- Responsive Web Design
- Use Service Workers
- App Manifest
- Push Notification
- Native App-like Capabilities
웹 사이트를 PWA로 전환할 때 어떤지 검토해줌
Service Worker를 자동으로 만듬
더 나은 PWA 사용성을 위한 adaptive icon을 만들 수 있는 tool
- PWA 생성을 위한 웹 어플리케이션이 있어야 함
- 보안을 위해 HTTPs를 이용해 서비스가 제공되어야 함
- Application Manifest(JSON 파일 등)이 있어야 함
- Service Worker가 있어야 함
Copyright © 2022 Song_Artish