Skip to main content

Resonate system components

There are several major components that make up the Resonate system.

Resonate SDK​

The Resonate SDK is the primary interface that developers use to build applications.

It enables developers to write sequential programs using just functions and promises that execute asynchronously across multiple processes or machines.

Resonate offers SDKs for the following langauges:

Resonate Server​

The Resonate Server is a superivisor service that manages the storage of Durable Promises and routes Remote Function Calls (RFIs).

Install the Resonate Server and connect your Application Nodes to make promises durable.

Resonate CLI​

The Resonate CLI is a command-line interface that allows you to interact with the Resonate Server.

It comes with the Resonate Server.

Review the Resonate CLI reference for more information.