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
Visit https://docs.dapr.io/developing-applications/sdks/js/ to view the full documentation.
Dapr is used by the world's leading companies.
View the main site https://dapr.io/ to learn more.
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.
Please see our Contributing Overview.
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.
Please see CODE_OF_CONDUCT.md.