@dapr/dapr-dev
v3.4.0-20241120141330-50f61af
Published
The official Dapr (https://dapr.io) SDK for Node.js
Downloads
127
Readme
WARNING: This is a development version of the SDK. It is not recommended to use this version in production.\n
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.