Examples
- batch-pipelining: Node server + client. Shows batching and pipelining to execute a dependent sequence of RPC calls in a single HTTP round trip, with timing vs sequential.
- worker-react: Cloudflare Worker backend + React frontend. Shows the same pattern from a browser app, served by the Worker.
Notes
- Examples import from
../../dist/index.js. Runnpm run buildat the repo root before running an example. - Requires Node 18+ (built-in
fetch,Request,Response).