workers.js.org
Projects | | Links: Website | GitHub
Educational site about the state of Worker Environments, such as Cloudlflare Worker or Deno Deploy.
An educational site where I catalog implementations of what I call “Worker Environments”: JavaScript execution contexts that roughly resemble the Service Worker Global Scope. Cloudflare Workers are the most prominent of these, but Deno Deploy a close second.
The site compares them based on which Browser APIs they implement, and links to many polyfills to bridge the gap.