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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

anderly/cloudflare-worker-routing

0
View on GitHub↗
0 stars·0 forks·2 vues

Cloudflare Worker Routing

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.

Features

  • Worker Recipes - Organizes worker logic into modular functions and controllers.

Historique des stars

Graphique de l'historique des stars pour anderly/cloudflare-worker-routingGraphique de l'historique des stars pour anderly/cloudflare-worker-routing

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Cloudflare Worker Routing

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cloudflare Worker Routing.
  • berstend/service-worker-routerAvatar de berstend

    berstend/service-worker-router

    95Voir sur GitHub↗

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

    TypeScript
    Voir sur GitHub↗95
  • boynet/cf-logdna-workerB

    boynet/cf-logdna-worker

    0Voir sur GitHub↗

    simple cloudflare worker recipe to send logs into logdna

    Voir sur GitHub↗0
  • cloudflare/rustwasm-worker-templateAvatar de cloudflare

    cloudflare/rustwasm-worker-template

    386Voir sur GitHub↗

    A template for kick starting a Cloudflare worker project using workers-rs.

    Rust
    Voir sur GitHub↗386
  • ashleygwilliams/worker-template-requestsA

    ashleygwilliams/worker-template-requests

    0Voir sur GitHub↗

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

    Voir sur GitHub↗0
Voir les 30 alternatives à Cloudflare Worker Routing→

Questions fréquentes

Que fait 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 functions and/or "controllers" so you can achieve a clean separation of concerns while working within the 1 script limit for non-Enterprise plans.

Quelles sont les fonctionnalités principales de anderly/cloudflare-worker-routing ?

Les fonctionnalités principales de anderly/cloudflare-worker-routing sont : Worker Recipes.

Quelles sont les alternatives open-source à anderly/cloudflare-worker-routing ?

Les alternatives open-source à anderly/cloudflare-worker-routing incluent : 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-examples — Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability,… cloudflare/worker-template — A template for kick starting a Cloudflare worker project. 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.