Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srmullen/swrkroute
A router for service worker environments. Based on the Fetch API.
https://github.com/srmullen/swrkroute
Last synced: 9 days ago
JSON representation
A router for service worker environments. Based on the Fetch API.
- Host: GitHub
- URL: https://github.com/srmullen/swrkroute
- Owner: srmullen
- Created: 2022-08-09T17:52:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T00:55:02.000Z (about 2 years ago)
- Last Synced: 2024-10-10T12:50:45.721Z (about 1 month ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swrkroute
=========Pronounced Sauerkraut
Zero dependencies!
Possible uses
-------------- Request rewriting
- Reverse Proxy
- Load balancer
- Service Worker
- Mock APIs
- Cache responses
- Automatically mock APIs from swagger docs.TODO
----- CORS middleware
- Better types / Generics
- Documentation