Building Node.js Support
Vote on which Node.js-dependent libraries & APIs that Cloudflare Workers should support
Frequently Asked Questions
What support does Cloudflare Workers currently offer for Node.js?
The Workers runtime supports any Node.js package that uses either webpack or another polyfill bundler. With webpack, you can bundle up your Node.js dependencies and deploy to Workers using our CLI tool, wrangler. Also, with Durable Objects, you can use our new modules API that allows you to upload Workers as ES Modules.
How can I keep track on the latest news about Node.js support and other Workers products?
Please come visit us in the Workers Discord, where the team regularly shares updates on the roadmap!