Skip to content

dapr/js-sdk

This branch is 1 commit ahead of, 2 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

048aafc · Sep 21, 2024
Sep 30, 2022
Aug 18, 2024
Jan 22, 2024
Aug 18, 2024
Sep 19, 2024
Aug 18, 2024
Sep 19, 2024
Aug 1, 2024
Oct 25, 2021
Sep 30, 2022
Oct 13, 2023
Sep 30, 2022
Sep 30, 2022
Jan 30, 2023
Feb 9, 2022
Nov 15, 2022
Feb 28, 2022
Aug 1, 2024
Sep 30, 2022
Sep 21, 2024
Sep 21, 2024
Jan 22, 2024

Repository files navigation

Dapr

Getting Started

Instantly get started by installing the Dapr JS SDK and reading the getting started documentation or follow one of the quickstarts

npm install --save @dapr/dapr

You can also use the development version of the SDK which is built from the main branch. Make sure to remove the @dapr/dapr package first. This package is not meant for production use, and should only be used for development purposes.

npm install --save @dapr/dapr-dev

Documentation

Visit https://docs.dapr.io/developing-applications/sdks/js/ to view the full documentation.

Community

There are multiple ways to get involved with the SDK community, please see wiki/Community-engagement for more information.

The Dapr community can be found on Discord, where you can ask questions, propose features, and share your thoughts.

Contributing

Please see our Contributing Overview.

Good First Issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

Code of conduct

Please see CODE_OF_CONDUCT.md.