https://github.com/pwa-builder/serviceworker-finder
.NET solution that uses Puppeteer (headless Chrome) to find a service worker from a given URL
https://github.com/pwa-builder/serviceworker-finder
Last synced: 5 months ago
JSON representation
.NET solution that uses Puppeteer (headless Chrome) to find a service worker from a given URL
- Host: GitHub
- URL: https://github.com/pwa-builder/serviceworker-finder
- Owner: pwa-builder
- License: mit
- Created: 2021-01-14T23:52:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T22:19:51.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T13:54:23.645Z (about 1 year ago)
- Language: C#
- Size: 106 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Please use our [main repository for any issues/bugs/features suggestion](https://github.com/pwa-builder/PWABuilder/issues/new/choose).
# PWABuilder Service Worker Finder
.NET solution that uses Puppeteer (headless Chrome) to find a service worker from a given URL## Running locally
Open the .sln file in Visual Studio and F5 to start.
## Testing
Individual URLs can be tested via /serviceworker/runallchecks?url={URL GOES HERE}
The app also has a test page, published to /serviceworker/index
## Deploy
This web service requires permission to kill processes on the server, used in terminating zombie headless Chrome instances. When deployed to IIS, ensure the application pool has the necessary permissions.