Workers SDK icon

Workers SDK

Createdcloudflare

Provides the command-line interface and related tools for developing and deploying Cloudflare Workers.

About

The Cloudflare Workers SDK provides the necessary tools and libraries for building and deploying serverless applications on the Cloudflare Workers platform. This SDK includes Wrangler, a powerful command-line interface (CLI), and other packages like create-cloudflare (C3) for quickly scaffolding new projects, and Miniflare, a simulator for local development and testing. It facilitates the creation, testing, and deployment of serverless code globally, offering developers a comprehensive suite of tools for leveraging the Cloudflare Workers ecosystem.

Key Features

  • create-cloudflare (C3) CLI for scaffolding new projects
  • Chrome DevTools patches for inspecting Workers
  • 3,045 GitHub stars
  • Wrangler CLI for building and deploying Cloudflare Workers
  • Miniflare for local development and testing
  • Shared code library for Wrangler and Cloudflare Pages

Use Cases

  • Deploying serverless functions to Cloudflare's edge network
  • Creating new Cloudflare Workers projects quickly
  • Developing and testing Cloudflare Workers locally