DBOS - Transactional Serverless Platform for TypeScript
Transactional Serverless ComputingA simpler, more secure way to build fault-tolerant cloud applications, powered by the revolutionary cloud-native DBOS operating system.Fault-tolerant TypeScript code execution made easyDBOS Cloud is a revolutionary serverless software platform rooted in research from MIT and Stanford.// Reliably check out a customer order
// DBOS guarantees each step executes once and only once
@Workflow()
static async checkoutOrder(ctxt: WorkflowContext, order: Order) {
// Rese...
Read more at dbos.dev