Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 4c5a6b6

Browse files
authored
docs: add use cases as option for exploring Kalix (#535)
1 parent abd69c6 commit 4c5a6b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/modules/javascript/pages/index.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ NOTE: Lightbend provides Tier 1 support for the JavaScript SDK. See https://docs
1010
1111
Your development project needs to include the Kalix JavaScript SDK and logic to start the gRPC server. You define your components in gRPC descriptors and use `protoc` to compile them. Finally, you implement business logic for service components.
1212
13-
To save the work of starting from scratch, the JavaScript xref:kickstart.adoc[code generation tool] creates a project, complete with descriptors and implementations. Or, you can start from one of our https://docs.kalix.io/quickstart/index.html[Quickstarts].
13+
To simplify this process, the JavaScript xref:kickstart.adoc[code generation tool] produces a pre-built project with descriptors and implementations.
14+
15+
If you prefer to begin by exploring a fully implemented Kalix service, you can try one of our comprehensive https://www.kalix.io/developer/experience/typescript/[use cases] or a https://docs.kalix.io/quickstart/index.html#_typescriptprotobuf[Quickstart application].
1416
1517
== Prerequisites
1618

0 commit comments

Comments
 (0)