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

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

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

berstend/service-worker-router

0
View on GitHub↗
95 星标·7 分支·TypeScript·3 次浏览

Service Worker Router

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

Features

  • Worker Recipes - High-performance URL router for workers.

Star 历史

berstend/service-worker-router 的 Star 历史图表berstend/service-worker-router 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Service Worker Router 的开源替代方案

相似的开源项目,按与 Service Worker Router 的功能重合度排序。
  • 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
  • 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
  • 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
查看 Service Worker Router 的所有 30 个替代方案→

常见问题解答

berstend/service-worker-router 是做什么的?

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

berstend/service-worker-router 的主要功能有哪些?

berstend/service-worker-router 的主要功能包括:Worker Recipes。

berstend/service-worker-router 有哪些开源替代品?

berstend/service-worker-router 的开源替代品包括: 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. 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. 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…