Nestjs Temporal Core

screenshot of Nestjs Temporal Core
nestjs

NestJS integration for Temporal.io with Worker and Client support

Overview

NestJS Temporal Core is a powerful framework designed to seamlessly integrate NestJS with the Temporal.io workflow orchestration engine. It offers developers a means of building distributed applications with resilience and efficiency. By leveraging NestJS's advanced dependency injection and Temporal's fault-tolerant capabilities, this framework enables users to implement complex workflows effortlessly while maintaining code clarity.

With its declarative decorators and automatic service discovery, NestJS Temporal Core simplifies the development of enterprise-level applications. Coupled with robust monitoring and health check features, it ensures that applications not only run smoothly but can also be effectively managed and maintained in production environments.

Features

  • Seamless Integration: Enjoy native NestJS decorators and support for dependency injection that makes workflow development intuitive and efficient.
  • Auto-Discovery: Automatically register activities and workflows through the use of convenient decorators, minimizing configuration hassles.
  • Type Safety: Leverage full TypeScript support, ensuring comprehensive type definitions that enhance code reliability and maintainability.
  • Enterprise Ready: Benefit from built-in health checks, monitoring features, and structured error handling to keep your applications running optimally.
  • Zero Configuration: Utilize smart defaults while enjoying extensive customization options, allowing you to tailor the framework to your project’s needs.
  • Modular Architecture: Deploy client-only, worker-only, or full-stack configurations, giving you control over what components to use in your application.
  • Production Grade: Experience features like connection pooling, graceful shutdown procedures, and fault tolerance for a robust production environment.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.