Resonate TypeScript SDK
Get started with a classic "Hello World!" example.
This example executes foo()
as a workflow where, bar()
, and baz()
are blocking steps.
The workflow produces a greeting contributed to by each of the functions.
This example does NOT require the use of a Resonate Server.
Install dependencies:
bun install
Run script:
bun run index.ts