Skip to content

Commit af287ee

Browse files
committed
Update JS SDK landing page with descriptions for both DaprClient and DaprServer
1 parent 23cecce commit af287ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

daprdocs/content/en/js-sdk-docs/_index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ weight: 1000
66
description: JavaScript SDK packages for developing Dapr applications
77
no_list: true
88
---
9+
910
The Dapr JS SDK will allow you to interface with the Dapr process that abstracts several commonly used functionalities such as Service-to-Service invocation, State Management, PubSub, and more.
1011

12+
1113
<div class="card-deck">
1214
<div class="card">
1315
<div class="card-body">
@@ -30,4 +32,9 @@ The Dapr JS SDK will allow you to interface with the Dapr process that abstracts
3032
<a href="https://github.com/dapr/js-sdk/blob/master/documentation/examples.md" class="stretched-link"></a>
3133
</div>
3234
</div>
33-
<!-- </div> -->
35+
</div>
36+
37+
### Available packages
38+
- [DaprClient]({{< ref "js-client#installing-and-importing-daprs-js-sdk" >}}) is a package that for how your application interacts with the Dapr sidecar, or other Dapr powered applications.
39+
40+
- [DaprServer]({{< ref "js-client#installing-and-importing-daprs-js-sdk" >}}) is a package for how the Dapr sidecar interacts with your application, forwarding event subscriptions, invokes and more.

0 commit comments

Comments
 (0)