RSSHub
RSSHub copied to clipboard
Deploy to Cloudflare Workers
What feature is it?
Our basic framework supports deployment to Cloudflare Workers: https://hono.dev/getting-started/cloudflare-workers
However, the got used by RSSHub has incompatible dependencies, so we need to remove the got dependency before supporting deployment.
I have created a new branch here: https://github.com/DIYgod/RSSHub/tree/feature/cloudflare-workers
What problem does this feature solve?
More flexible deployment methods
Additional description
No response
This is not a duplicated feature request or new RSS proposal
- [X] I have searched existing issues to ensure this feature has not already been requested and this is not a new RSS proposal.
Related issues:
- https://github.com/cloudflare/workers-sdk/issues/3101
- https://github.com/cloudflare/workers-sdk/issues/1709
Considering all the dependencies bundled, I think that the size of the output will be well exceed the paid limit.
https://developers.cloudflare.com/workers/platform/limits/
| Feature | Workers Free | Workers Paid |
|---|---|---|
| Worker size | 1 MB | 10 MB |