1. ← Home
Login
The JavaScript / wasm runtime that powers Cloudflare workers
~dev~source~workcloudflarejavascript
github.com 2 weeks ago

Summary

From the article:

workerd (pronounced: "worker-dee") is a JavaScript / Wasm server runtime based on the same code that powers Cloudflare Workers.

You might use it:

  • As an application server, to self-host applications designed for Cloudflare Workers.

  • As a development tool, to develop and test such code locally.

  • As a programmable HTTP proxy (forward or reverse), to efficiently intercept, modify, and route network requests.