TypeScript tutorials
TypeScript is a strongly typed programming language that builds on JavaScript. Temporal's TypeScript SDK lets you use TypeScript to build Node.js applications that take advantage of Temporal's features.
These tutorials will walk you through building Temporal applications using TypeScript.
📄️ Integrating Temporal into an existing Next.js application
Explore how Temporal integrates into an existing Next.js application using Next.js API routes. This gives you the ability to write full-stack, long-running applications end to end in TypeScript.
📄️ Build a subscription workflow with Temporal and TypeScript
In this tutorial, we will tour all of the Workflow APIs you should know, primarily Signals, Queries, `condition`, and `sleep`, by building a realistic monthly subscription payments workflow that can be canceled and changed while it runs.
📄️ Choose Your Own Adventure Bot walkthrough in TypeScript
In this tutorial, we'll integrate all the knowledge gained from Core and Production APIs in an end-to-end, complete demo application.