Skip to content
Discussion options

You must be logged in to vote

Depends on how many Cloudflare-specific services the worker uses (like KV, R2, Cache API etc) which need to have local implementations.

denoflare serve essentially runs the worker in a local Deno process, with the ability to provide mock or local implementations for various CF services, it may work well for what you need, or you could create a similar static server loop based on it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexgleason
Comment options

Answer selected by alexgleason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants