Skip to content

Commit 503143c

Browse files
Working on Community Discussions
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent edf1eee commit 503143c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ View the main site [https://dapr.io/](https://dapr.io/) to learn more.
4848

4949
## Community
5050

51-
The Dapr community can be found on [Discord](https://discord.com/invite/ptHhX6jc34), where you can ask questions, propose features, and share your thoughts.
51+
For the JS SDK we are utilizing [GitHub Communities](https://github.com/dapr/js-sdk/discussions) to track Announcements, Articles, and more!
52+
53+
The General Dapr community can be found on [Discord](https://discord.com/invite/ptHhX6jc34), where you can ask questions, propose features, and share your thoughts.
5254

5355
## Contributing
5456

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
type: docs
3+
title: "JavaScript Examples"
4+
linkTitle: "Examples"
5+
weight: 500
6+
description: Get started with the Dapr Javascript SDK through some of our examples!
7+
---
8+
9+
## Quickstarts
10+
11+
* [State Management](https://github.com/dapr/quickstarts/tree/master/state_management/javascript/sdk): Learn the concept of state management with Dapr
12+
* [Pub Sub](https://github.com/dapr/quickstarts/tree/master/pub_sub/javascript/sdk): Create your own Publish / Subscribe system
13+
* [Secrets Management](https://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk)
14+
* [Service Invocation](https://github.com/dapr/quickstarts/tree/master/service_invocation/javascript/http)
15+
16+
## Articles
17+
18+
> Want your article added? [Let us know!](https://github.com/dapr/js-sdk/discussions/categories/articles) so we can add it below
19+
20+
* [xaviergeerinck.com - Create an Azure IoT Hub Stream Processor with Dapr](https://xaviergeerinck.com/post/2022/05/19/dapr-stream-processor)
21+
22+
* [xaviergeerinck.com - Integrate Dapr with Nest.JS and the Dapr KS SDK](https://xaviergeerinck.com/post/2022/03/29/dapr-with-nestjs)
23+
24+
25+
* [xaviergeerinck.com - Parking Garage Sensor implementation using Dapr Actors](https://xaviergeerinck.com/post/2021/10/09/parking-garage)
26+
27+
* [xaviergeerinck.com - Running Dapr on Azure IoT Edge](https://xaviergeerinck.com/post/2021/04/23/iot-edge)
28+
29+
* [xaviergeerinck.com - Creating an Email Microservice with Typescript and Dapr](https://xaviergeerinck.com/post/2021/03/25/creating-email-microservice)
30+
31+
* [xaviergeerinck.com - Creating a User Login/Register Microservice](https://xaviergeerinck.com/post/2020/04/10/creating-account-microservice)

0 commit comments

Comments
 (0)