Node.js built-ins on Deno Deploy

Deno Deploy now supports importing Node.js built-in modules such as http, fs, and path, allowing users to run existing Node.js apps at the edge without hassle. Deno Deploy is a next-generation cloud platform that supports JavaScript isolates and runs JavaScript, TypeScript, and WebAssembly at the edge in its 35 global regions. It comes built-in with speedy deployments from GitHub and a global database and can scale automatically, from zero to thousands of requests per second. However, some modules such as child_process may not provide any useful functionality. Deno Deploy is working to bring npm specifiers support natively.

https://deno.com/blog/node-builtins-on-deploy

To top