awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cloudflare avatar

cloudflare/worker-examples

0
View on GitHub↗
1,999 Stars·978 Forks·TypeScript·MIT·3 Aufrufeworkers.cloudflare.com↗

Worker Examples

Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale. This repository contains a collection of starter templates for building full-stack applications on Workers. You are encouraged to use, modify, and extend this code!

Features

  • Worker Recipes - Official collection of worker code recipes.

Star-Verlauf

Star-Verlauf für cloudflare/worker-examplesStar-Verlauf für cloudflare/worker-examples

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Worker Examples

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Worker Examples.
  • ashleygwilliams/worker-template-requestsA

    ashleygwilliams/worker-template-requests

    0Auf GitHub ansehen↗

    Examples of reading in a POST request body of type JSON, form-data, and blobs before it reaches the origin server.

    Auf GitHub ansehen↗0
  • berstend/service-worker-routerAvatar von berstend

    berstend/service-worker-router

    95Auf GitHub ansehen↗

    Although this router works fine I made a new one, based on experiences using it in production with Cloudflare Workers.

    TypeScript
    Auf GitHub ansehen↗95
  • boynet/cf-logdna-workerB

    boynet/cf-logdna-worker

    0Auf GitHub ansehen↗

    simple cloudflare worker recipe to send logs into logdna

    Auf GitHub ansehen↗0
  • anderly/cloudflare-worker-routingA

    anderly/cloudflare-worker-routing

    0Auf GitHub ansehen↗

    Here's a simple CloudFlare Worker with a built-in router that allows you to separate your worker logic into different functions and/or "controllers" so you can achieve a clean separation of concerns while working within the 1 script limit for non-Enterprise plans.

    Auf GitHub ansehen↗0
Alle 30 Alternativen zu Worker Examples anzeigen→

Häufig gestellte Fragen

Was macht cloudflare/worker-examples?

Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale. This repository contains a collection of starter templates for building full-stack applications on Workers. You are encouraged to use, modify, and extend this code!

Was sind die Hauptfunktionen von cloudflare/worker-examples?

Die Hauptfunktionen von cloudflare/worker-examples sind: Worker Recipes.

Welche Open-Source-Alternativen gibt es zu cloudflare/worker-examples?

Open-Source-Alternativen zu cloudflare/worker-examples sind unter anderem: ashleygwilliams/worker-template-requests — Examples of reading in a POST request body of type JSON, form-data, and blobs before it reaches the origin server. berstend/service-worker-router — Although this router works fine I made a new one, based on experiences using it in production with Cloudflare Workers. boynet/cf-logdna-worker — simple cloudflare worker recipe to send logs into logdna. cloudflare/rustwasm-worker-template — A template for kick starting a Cloudflare worker project using workers-rs. cloudflare/worker-template — A template for kick starting a Cloudflare worker project. anderly/cloudflare-worker-routing — Here's a simple CloudFlare Worker with a built-in router that allows you to separate your worker logic into different…