Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

JetStream Cloudflare

Let’s say you’ve defined a service like so

{{#include ../components/jetstream_radar/src/lib.rs}}

The glue code for running it on Cloudflare Workers is

{{#include ../components/jetstream_radar/src/server.rs}}

The code for connecting to it is as follows:

{{#include ../components/jetstream_radar/src/bin/client.rs}}