-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy to Cloudflare Workers #14901
Comments
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/
|
Is there any updates on it? I guess with nodejs_compat_v2, it's possible to make rsshub works more easily. And some routes require puppeteer, maybe we can use Durable Object + Browser Rendering |
nodejs_compat_v2 is based on unenv. Routes based on |
Cloudflare natively supports |
no, got is devDep, but https://github.com/sindresorhus/ky may be usable. |
@asukaminato0721 I checked the |
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 thegot
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
The text was updated successfully, but these errors were encountered: