Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 592 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 592 Bytes

cloudflare-worker-spikes

Spikes for development of cloudflare workers

Quick start

Quick scripts/functions can be shipped as a worker using wrangler CLI (see quick-start/README)

Project workers

More complex workers can be developed as a Node package and generated using wrangler CLI (see my-worker-project/README)

Dependencies

It's possible to depend on Node packages as long as they are bundled with a polyfill bundler, such as webpack (see worker-with-dependencies/README)