IgorMinar / workers-nodejs-compat-matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workers Node.js Support

Quick and dirty audit of Node.js support across Workers. See https://workers-compat-matrix.pages.dev/

To build and deploy the report:

Install Volta:

curl https://get.volta.sh | 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 deps, call report generation script, and render the UI:

pnpm install
pnpm run generate
pnpm run report:dev

The generate toolchain requires features from Node v22, so if it isn't your default node version, run it with volta run --node 22 pnpm run generate.

About

License:MIT License


Languages

Language:JavaScript 80.0%Language:TypeScript 14.6%Language:HTML 3.7%Language:CSS 1.1%Language:Cap'n Proto 0.6%