Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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. Run npm run build at the repo root before running an example.
  • Requires Node 18+ (built-in fetch, Request, Response).