Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voltra/cs-isr
Crazy Simple Incremental Static Regeneration
https://github.com/voltra/cs-isr
Last synced: about 8 hours ago
JSON representation
Crazy Simple Incremental Static Regeneration
- Host: GitHub
- URL: https://github.com/voltra/cs-isr
- Owner: Voltra
- License: mit
- Created: 2022-12-04T09:05:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T17:33:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T08:18:39.318Z (about 1 month ago)
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs-isr
Crazy Simple Incremental Static Regeneration
## Roadmap
* [ ] `isr.config.js` for configuration options (per project)
- [ ] `appSecretId` to authentify apps (webhook-related security)
- [ ] `appPublicId` to identify apps- [ ] single webhook service/server for all projects
- [ ] receives the processing request
- [ ] queues it (w/ FCFS deduplication)
- [ ] UoW can trigger processing at will (usually behind a CRON)- [ ] CRON-ready processing
- [ ] payload is a list of URIs/pages to generate- [ ] Page generation engines
- [ ] Common stack (e.g. Nuxt, Next)
- [ ] Allow custom stacks