cloudflare-workers.html

Cloudflare Workers

V8 isolates on 300+ PoPs. Sub-millisecond cold starts, lowest cost at scale, the edge default.

VISIT CLOUDFLARE WORKERS

Quick facts

  • CategoryV8 isolate
  • LanguageV8 / TS / WASM
  • PricingFreemium
  • LicenseProprietary
  • Created2017
  • GitHub starsclosed
  • Cold startinstant
  • PoPs300+
  • Node-compatYes

What it is

Cloudflare Workers runs JavaScript / TypeScript / WASM in V8 isolates across Cloudflare's 300+ PoPs. Sub-millisecond cold starts (no cold start, really — isolates are pre-warmed). Free tier of 100k requests/day, generous paid tiers. Tight integration with D1, R2, KV, Durable Objects, Queues. The default edge runtime in 2026.

Best for

  • Edge-rendered apps that need sub-50ms response globally
  • API gateways and middleware (auth, A/B routing, header rewriting)
  • Cost-sensitive workloads — Workers pricing is meaningfully kinder than Lambda
  • Apps that pair Workers with D1 / R2 / KV for the full Cloudflare stack

When not to pick it

Skip Workers if you need full Node API compatibility — Node compat works but is the workaround, not the native path. Skip if your team values single-vendor avoidance and Cloudflare lock-in matters.

My take

Cloudflare Workers is the right default for edge runtime in 2026. The performance-per-dollar is unmatched. The runtime constraint (V8 isolates, not full Node) is a real but worthwhile trade-off.

Links

Compare Cloudflare Workers side-by-side

Similar tools you should also consider

If Cloudflare Workers is your pick — the next conversation is short

The 30-min call is where your edge runtime choice becomes a real architecture, an integration plan with your data layer + auth + build pipeline, and a price range you can take to your stakeholders.