cloudflare/workers-nodejs-compat-matrix
JavaScript
Captured source
source ↗GH
Source ↗published May 3, 2024seen 5dcaptured 8hhttp 200method plain
cloudflare/workers-nodejs-compat-matrix
Description: https://workers-nodejs-compat-matrix.pages.dev
Language: JavaScript
License: MIT
Stars: 15
Forks: 7
Open issues: 25
Created: 2024-05-03T14:57:13Z
Pushed: 2026-05-24T21:56:24Z
Default branch: main
Fork: no
Archived: no
README:
Workers Node.js Support
Quick and dirty audit of Node.js support across Workers. See
Install
Install Fnm:
curl -fsSL https://fnm.vercel.app/install | bash
Install Deno:
# see https://docs.deno.com/runtime/manual/getting_started/installation for alternatives brew install deno
Install Bun:
# see https://bun.sh/docs/installation for alternatives brew install oven-sh/bun/bun
Install the dependencies
pnpm install
Generate the report
> [!IMPORTANT] > Update Bun and Deno, i.e. using brew upgradeon mac. > Update wrangler and workerd in pnpm-workspace.yaml from wrangler's package.json
> [!IMPORTANT] > This requires features from Node v22, so if it isn't your default node version, run it with fnm exec --using=22 pnpm generate.
- Update the catalog version in
pnpm-workspace.yaml
- Run:
pnpm update -r
- Generate the report
node --run generate
Serve a local version of the report
node --run report:dev