/workers-examples

A personal collection of Workers examples.

Primary LanguageJavaScript

workers-examples

A collection of Cloudflare Workers examples.

Name Description
basic-worker A worker that returns a response to show an ENVIRONMENT env variable.
funny-worker A worker that returns a list of jokes in JSON format, or a single joke at /random
access-worker A worker that demonstrates how to interact with Cloudflare Access and JWT`
websocket-worker A worker that demonstrates how to interact with WebSockets