Cloudflare Workers - 模板和实例

为 Cloudflare Workers 和 Pages 提供的 Stater 模板和实例集锦。「A collection of stater templates and examples for Cloudflare Workers and Pages」

Github stars Tracking Chart

Cloudflare Worker Recipes

Cloudflare Workers make it possible to write Javascript which runs on Cloudflare’s network around the world. Using Workers you can build
services which run exceptionally close to your users. You can also intercept any request which would ordinarily travel through
Cloudflare to your origin, and modify it in any way you need. Workers can make requests to arbitrary resources on the Internet,
can perform cryptography using the WebCrypto API, and can do almost anything you might be used to configuring your CDN
to accomplish.

This repository is intended to contain examples of how Workers can be used to accomplish common tasks. You are welcome to use, modify,
and extend this code!
If you have an additional example you think would be valuable, please submit a pull request.

Questions about Workers can be addressed on our community site!

Overview

Name With Ownercloudflare/templates
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 10)
PlatformCloudflare
License:MIT License
Release Count0
Created At2017-12-19 16:38:32
Pushed At2023-02-17 17:05:40
Last Commit At
Stargazers Count1k
Watchers Count51
Fork Count626
Commits Count585
Has Issues Enabled
Issues Count46
Issue Open Count0
Pull Requests Count84
Pull Requests Open Count0
Pull Requests Close Count23
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top