awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cloudflare/worker-template-fetch

Open-source alternatives to Worker Template Fetch

30 open-source projects similar to cloudflare/worker-template-fetch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Worker Template Fetch alternative.

  • anderly/cloudflare-worker-routingA

    anderly/cloudflare-worker-routing

    0在 GitHub 上查看↗

    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.

    在 GitHub 上查看↗0
  • ashleygwilliams/worker-template-requestsA

    ashleygwilliams/worker-template-requests

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • berstend/service-worker-routerberstend 的头像

    berstend/service-worker-router

    95在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗95
  • boynet/cf-logdna-workerB

    boynet/cf-logdna-worker

    0在 GitHub 上查看↗

    simple cloudflare worker recipe to send logs into logdna

    在 GitHub 上查看↗0
  • cloudflare/rustwasm-worker-templatecloudflare 的头像

    cloudflare/rustwasm-worker-template

    386在 GitHub 上查看↗

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

    Rust
    在 GitHub 上查看↗386

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cloudflare/worker-examplescloudflare 的头像

    cloudflare/worker-examples

    1,999在 GitHub 上查看↗

    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!

    TypeScript
    在 GitHub 上查看↗1,999
  • cloudflare/worker-templatecloudflare 的头像

    cloudflare/worker-template

    215在 GitHub 上查看↗

    A template for kick starting a Cloudflare worker project.

    JavaScript
    在 GitHub 上查看↗215
  • cloudflare/worker-template-redirectC

    cloudflare/worker-template-redirect

    0在 GitHub 上查看↗

    Examples of sending single and bulk redirects from a Worker script.

    在 GitHub 上查看↗0
  • cloudflare/worker-template-routercloudflare 的头像

    cloudflare/worker-template-router

    237在 GitHub 上查看↗

    This template demonstrates using the itty-router package to add routing to your Cloudflare Workers.

    JavaScript
    在 GitHub 上查看↗237
  • cloudflare/worker-template-staticcloudflare 的头像

    cloudflare/worker-template-static

    16在 GitHub 上查看↗

    Generate a static HTML or JSON page from raw strings in your Workers script.

    JavaScript
    在 GitHub 上查看↗16
  • detroitenglish/cloudflare-workers-webpack-boilerplatedetroitenglish 的头像

    detroitenglish/cloudflare-workers-webpack-boilerplate

    125在 GitHub 上查看↗

    A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack 🚀

    JavaScript
    在 GitHub 上查看↗125
  • detroitenglish/pw-pwnage-cfworkerdetroitenglish 的头像

    detroitenglish/pw-pwnage-cfworker

    156在 GitHub 上查看↗

    Deploy a Cloudflare Worker to sanely score users' new passwords with zxcvbn AND check for matches against haveibeenpwned's 10+ billion breached accounts

    JavaScript
    在 GitHub 上查看↗156
  • digitaloptimizationgroup/blue-green-cloudflare-workersDigitalOptimizationGroup 的头像

    DigitalOptimizationGroup/blue-green-cloudflare-workers

    35在 GitHub 上查看↗

    This is a working example of Blue / Green deployments with Canary releasing for Cloudflare Workers.

    HCL
    在 GitHub 上查看↗35
  • digitaloptimizationgroup/cloudflare-edge-proxyDigitalOptimizationGroup 的头像

    DigitalOptimizationGroup/cloudflare-edge-proxy

    76在 GitHub 上查看↗

    A Cloudflare worker script used to enable a/b testing, canary releasing, gatekeeping, and SEO a/b/n testing.

    JavaScript
    在 GitHub 上查看↗76
  • digitaloptimizationgroup/cloudflare-worker-preact-pwaDigitalOptimizationGroup 的头像

    DigitalOptimizationGroup/cloudflare-worker-preact-pwa

    62在 GitHub 上查看↗

    This example app deploys the awesome Progressive Web App created by preact-cli to a Cloudflare worker. It also implements dynamic server side rendering using a Redux store. It uses the default Material Design preact-cli template, with the addition of Redux.

    JavaScript
    在 GitHub 上查看↗62
  • dommmel/cloudflare-workers-basic-authdommmel 的头像

    dommmel/cloudflare-workers-basic-auth

    113在 GitHub 上查看↗

    Most of the code has been copy-pasted from https://github.com/jshttp/basic-auth

    JavaScript
    在 GitHub 上查看↗113
  • gaafar/curl-workerGaafar 的头像

    Gaafar/curl-worker

    50在 GitHub 上查看↗

    A Cloudflare worker template that intercepts requests from curl command and returns something different. Can be useful for showing a special response for developers, or showing a cool developer card 😎

    JavaScript
    在 GitHub 上查看↗50
  • gitbookio/proxies-on-cloudflareGitbookIO 的头像

    GitbookIO/proxies-on-cloudflare

    93在 GitHub 上查看↗

    Makes it easy to build Cloudflare Workers, by providing high-level proxying primitives addressing common needs.

    TypeScript
    在 GitHub 上查看↗93
  • hr/recaptcha-workerHR 的头像

    HR/recaptcha-worker

    42在 GitHub 上查看↗

    Google reCAPTCHA v3 Cloudflare Worker that handles the server-side verification of your reCAPTCHA.

    JavaScript
    在 GitHub 上查看↗42
  • kriasoft/cloudflare-starter-kitkriasoft 的头像

    kriasoft/cloudflare-starter-kit

    139在 GitHub 上查看↗

    Project template for scaffolding Cloudflare Workers projects.

    TypeScript
    在 GitHub 上查看↗139
  • manatarms/static-workermanatarms 的头像

    manatarms/static-worker

    9在 GitHub 上查看↗

    This package provides functions that make it easy to host a static website using CLoudflare workers.

    JavaScript
    在 GitHub 上查看↗9
  • matthewgall/beta.ipinfo.inmatthewgall 的头像

    matthewgall/beta.ipinfo.in

    32在 GitHub 上查看↗

    Ever wanted to run your own IP lookup service like canhazip.com? Don't want to resort to awful PHP? Powered by Cloudflare Workers (https://cloudflareworkers.com)

    JavaScript
    在 GitHub 上查看↗32
  • nathanwaters/hasura-cloudflare-workernathanwaters 的头像

    nathanwaters/hasura-cloudflare-worker

    17在 GitHub 上查看↗

    Example Cloudflare Worker using Facebook-based authorization and GraphQL proxy queries with Hasura.

    JavaScript
    在 GitHub 上查看↗17
  • nondanee/banneroN

    nondanee/bannero

    0在 GitHub 上查看↗

    Simple random banner pictures for blogs, websites and more.

    在 GitHub 上查看↗0
  • pmeenan/cf-workerspmeenan 的头像

    pmeenan/cf-workers

    154在 GitHub 上查看↗

    Collection of Cloudflare Worker scripts, generally focused on performance optimizations.

    JavaScript
    在 GitHub 上查看↗154
  • portable-cto/airtable-proxy-workerportable-cto 的头像

    portable-cto/airtable-proxy-worker

    134在 GitHub 上查看↗

    Keep your Airtable Base ID and API Key secret while still allowing frontend apps to access data from Airtable's API. - Limit requests to specific methods and tables. For example, using this library, you can make sure that public users can only make GET requests to your tables. - Automatically…

    JavaScript
    在 GitHub 上查看↗134
  • signalnerve/repo-huntsignalnerve 的头像

    signalnerve/repo-hunt

    49在 GitHub 上查看↗

    This is the source for repo-hunt, a project built with Cloudflare Workers.

    JavaScript
    在 GitHub 上查看↗49
  • simonerni/3501b8de6320ac37398d08d9d2d08561S

    simonerni/3501b8de6320ac37398d08d9d2d08561

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • udacity/cloudflare-typescript-workersudacity 的头像

    udacity/cloudflare-typescript-workers

    137在 GitHub 上查看↗

    Retired: as of 2022, Cloudflare's official types package @cloudflare/workers-types is more up-to-date and better supported.

    TypeScript
    在 GitHub 上查看↗137
  • vdbelt/20f116236d2ebffa92f131e679c0551aV

    vdbelt/20f116236d2ebffa92f131e679c0551a

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0