create cloudflare worker with Deno.
I need to create a api with npm create cloudflare@latest, but I need use Deno. Please, if somebody can help me. I fould Denoflare, but I can't use this...
I do not know anything about cloudflare, but I know NodeJs with or without typescript.
2 Replies
I don't think Wrangler really supports Deno: https://github.com/cloudflare/workers-sdk/issues/6049#issuecomment-2169193671 and keep in mind you won't be able to actually deploy a Cloudflare Worker using the Deno runtime, CF Workers are hardtied to V8 - Chrome's JS Engine, same as node.js
GitHub
Feature request: Support Deno · Issue #6049 · cloudflare/workers-sdk
Which Cloudflare product(s) does this pertain to? Wrangler core What version(s) of the tool(s) are you using? 3.60.3 [wrangler] What version of Node are you using? Deno 1.44.2 (latest) What operati...
thank you.