Skip to content

temporalio/temporal-jumpstart-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temporal-jumpstart-typescript

Temporal Jumpstart for TypeScript SDK

Requirements

  • NodeJS
  • NPM
  • npx

Structure

  • /app is a playground scaffold for getting us started
  • /onboardings is the implementation that serves the Onboard Entity Curriculum.

Messaging

This project uses Plain Old TypeScript Objects (POTO) for messaging. There is some sample code in here using protobufs for message contracts but due to workflow bundle size constraints, we opt not to use that at this time. It is left for demonstration of CustomPayloadConverter implementation

protobuf support

TypeScript support is achieved via:

Generation & Versioning

Generating TypeScript schemas and types is done by:

# explicitly exclude node_modules from interference with dependencies that use protobufs
npx buf generate --exclude-path node_modules

About

Temporal Jumpstart for TypeScript SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published