Skip to main content

JavaScript SDK

Build distributed applications using the Dapr JavaScript SDK. The Dapr JavaScript SDK provides client libraries to interact with Dapr building blocks and APIs.

Resources

Prerequisites:

Installation

Install the Dapr JavaScript SDK via npm:

npm install --save @dapr/dapr

Dapr Client APIs

Use the Dapr Client to interact with Dapr building blocks and APIs with JavaScript-specific examples and code samples.

Dapr Server

Build services that can be invoked by other services and subscribe to topics using JavaScript.

Advanced Features

Getting Started

Catalyst Quickstarts