TypeScript SDK
Introducing the Temporal TypeScript SDK

Introducing the Temporal TypeScript SDK

11/23/2021

What this post added

This post announces the public beta of the Temporal TypeScript SDK. It details the core concepts of Workflows, Activities, Workers, and Clients within the SDK, providing code examples for each. It highlights the TypeScript-first developer experience, the use of V8 isolates for deterministic workflow execution, and the integration with a shared Rust Core SDK. The post also introduces the `@temporalio/create` tool for project setup and mentions prebuilt Gitpod environments for cloud development.

Read the original post ↗