# Cloudflare Workers Samples

Cloudflare Workers edge computing examples including API proxies, image processing, and edge-first applications

> Canonical page: https://elysiatools.com/en/samples/cloudflare-workers

- **Category:** Cloud Computing

- **Keywords:** cloudflare, workers, edge computing, cdn, serverless, javascript, typescript

## Overview

Cloudflare Workers edge computing examples including API proxies, image processing, and edge-first applications

## Examples

- **API Proxy Worker**: Edge API proxy with caching, rate limiting, and request transformation
- **Image Processing Worker**: On-the-fly image resizing, optimization, and transformation at the edge
- **WebSocket Server Worker**: Real-time WebSocket server with authentication and room management
- **Edge-First CMS Worker**: Headless CMS with edge caching, drafts, and real-time content delivery

## When to use

- Use this sample set when you want reference inputs for Cloudflare Workers Samples.
- Use it to preview output formats and compare related sample variants.

## How it works

- Open a sample entry to inspect the prepared example payload or asset.
- Compare it with related tools to understand how the workflow connects.

## Use cases

- API Proxy Worker
- Image Processing Worker
- WebSocket Server Worker
- Edge-First CMS Worker

## Frequently asked questions

### What is included in Cloudflare Workers Samples?

This page includes curated sample entries, related tools, and neighboring sample collections for Cloudflare Workers Samples.

## Related tools

- [AI Face Age & Gender](https://elysiatools.com/en/tools/ai-face-age-gender): Estimate age and gender for each detected face
- [Batch Image Trim](https://elysiatools.com/en/tools/batch-image-trim): Trim multiple images simultaneously using various trimming methods with batch processing and ZIP output
- [Batch Image Rename](https://elysiatools.com/en/tools/image-batch-rename): Batch rename image files using patterns, text replacement, numbering, and case conversion. Returns renamed files as a ZIP download.
- [XMP Metadata Extractor](https://elysiatools.com/en/tools/image-xmp): Extract and view XMP metadata from images including Adobe Photoshop, Lightroom, and Creative Cloud information
- [Convert JPEG to Raw Pixel Buffer](https://elysiatools.com/en/tools/jpg-to-raw): Export JPEG images as raw pixel buffer files for development workflows and low-level image processing.
- [AI Face Detection](https://elysiatools.com/en/tools/ai-face-detection): Detect faces in an image and return bounding box coordinates
- [AI Face Expressions](https://elysiatools.com/en/tools/ai-face-expressions): Classify facial expressions per face (neutral/happy/sad/angry/fearful/disgusted/surprised)
- [AI Face Landmarks](https://elysiatools.com/en/tools/ai-face-landmarks): Detect facial landmarks (68 points) and return coordinates for each face

## Related content

- [Deno Deploy Samples](https://elysiatools.com/en/samples/deno-deploy): Deno Deploy edge computing platform examples including serverless functions, APIs, and real-time applications with zero-config deployment
- [PDF Samples](https://elysiatools.com/en/samples/pdf-samples): Generated PDF samples from tools dated 2026-02-01 to 2026-02-10
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [AWS S3 Lambda Samples](https://elysiatools.com/en/samples/aws-s3-lambda): AWS S3 and Lambda serverless architecture examples including S3 triggers, Lambda functions, and serverless application patterns
- [Hugging Face JavaScript Samples](https://elysiatools.com/en/samples/huggingface-js): Hugging Face JavaScript/TypeScript examples using Transformers.js for NLP, computer vision, and multimodal tasks in browser and Node.js
- [Rome JavaScript Toolchain Samples](https://elysiatools.com/en/samples/rome): Rome JavaScript toolchain examples including configuration, linting, formatting, bundling, and project management
