Skip to content

Commit 2182a3a

Browse files
committed
Added Ktor project generator link
1 parent a8f7ca2 commit 2182a3a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ Current latest version:
196196

197197
![Dynamic XML Badge](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fredirector.kotlinlang.org%2Fmaven%2Fkxrpc-grpc%2Forg%2Fjetbrains%2Fkotlinx%2Fkotlinx-rpc-core%2Fmaven-metadata.xml&query=%2F%2Fmetadata%2Fversioning%2Flatest&label=Latest%20dev%20version&color=forest-green&cacheSeconds=60)
198198

199-
For more information on gRPC usage,
199+
Try it now — [generate a gRPC + Ktor project](https://start.ktor.io/p/kotlinx-rpc-grpc) with the Ktor Project Generator.
200+
201+
For more information on gRPC usage,
200202
see the [official documentation](https://kotlin.github.io/kotlinx-rpc/grpc-configuration.html).
201203
For a working example, see the [sample gRPC JVM project](/samples/grpc-app) and the [sample gRPC KMP Project](/samples/grpc-kmp-app).
202204

docs/pages/kotlinx-rpc/topics/grpc-ktor-server.topic

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
1010
title="Ktor Server" id="grpc-ktor-server">
1111

12+
<tip>
13+
<p>
14+
Want to get started quickly?
15+
<a href="https://start.ktor.io/p/kotlinx-rpc-grpc">Generate a gRPC + Ktor project</a>
16+
with the Ktor Project Generator.
17+
</p>
18+
</tip>
1219
<p>
1320
Similarly to <a href="grpc-server.topic"/>,
1421
you can use gRPC with Ktor:

0 commit comments

Comments
 (0)