Cloudflare Docs
Workers
Edit this page on GitHub
Set theme to dark (⇧+D)

Reference

Conceptual knowledge about how Workers works.

  • How the Cache works: How Workers interacts with the Cloudflare cache.
  • How Workers works: The difference between the Workers runtime versus traditional browsers and Node.js.
  • Languages: Languages supported on Workers, a polyglot platform.
  • Migrate from Service Workers to ES Modules: Write your Worker code in ES modules syntax for an optimized experience.
  • Protocols: Supported protocols on the Workers platform.
  • Security model: This article includes an overview of Cloudflare security architecture, and then addresses two frequently asked about issues: V8 bugs and Spectre.