Temporal NodeJS SDK
This SDK is not quite ready yet
We are currently working on an alpha release, you can follow the progress here or talk to us on the community slack channel.
NOTE: This SDK is in alpha stage, API is considered unstable and may change at any time.
While in alpha we plan on gathering feedback from developers about their experience with the SDK.
To provide feedback please open an issue.
Temporal is a microservice orchestration platform which enables developers to build scalable applications without sacrificing productivity or reliability. Temporal server executes units of application logic, Workflows, in a resilient manner that automatically handles intermittent failures, and retries failed operations.
Temporal is a mature technology, a fork of Uber's Cadence. Temporal is being developed by Temporal Technologies, a startup by the creators of Cadence.
Learn how to use Temporal on the docs site.
Installation
See the getting started guide for setting up a project on your laptop.
Documentation
You can find the project's documentation as well as general documentation for Temporal on our docs site.
The API reference for this SDK can be found here.
Contributing
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK.