Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linux-china/grpc-kotlin-demo
gRPC with Kotlin Demo
https://github.com/linux-china/grpc-kotlin-demo
grpc kotlin
Last synced: 3 months ago
JSON representation
gRPC with Kotlin Demo
- Host: GitHub
- URL: https://github.com/linux-china/grpc-kotlin-demo
- Owner: linux-china
- Created: 2020-04-16T21:04:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T10:12:47.000Z (3 months ago)
- Last Synced: 2024-11-04T11:23:22.708Z (3 months ago)
- Topics: grpc, kotlin
- Language: Kotlin
- Size: 330 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gRPC Kotlin Demo
================gRPC with Kotlin Coroutines: suspend method and Async Flow
# How to test
Start the server first: `./gradlew -x test run`.
Please check evans https://github.com/ktr0731/evans or grpcurl https://github.com/fullstorydev/grpcurl
# References
* Kotlin, meet gRPC: a new open-source project for modern apps: https://cloud.google.com/blog/products/application-development/use-grpc-with-kotlin
* gRPC-Kotlin: https://github.com/grpc/grpc-kotlin
* Kotlin Samples for Cloud Run: https://github.com/GoogleCloudPlatform/kotlin-samples/tree/master/run
* gRPC Server Reflection Tutorial: https://github.com/grpc/grpc-java/blob/master/documentation/server-reflection-tutorial.md
* Next Level gRPC With Kotlin and Coroutines: https://www.youtube.com/watch?v=SfmdAA2kwWI&list=PLj6h78yzYM2NN72UX_fdmc5CZI-D5qfJL&index=5
* gRPC with Kotlin Coroutines: https://codingwithmohit.com/grpc/grpc-kotlin-coroutines/
* Announcing Kotlin support for protocol buffers: https://developers.googleblog.com/2021/11/announcing-kotlin-support-for-protocol.html
* Protobuf and gRPC In Action With Kotlin: https://medium.com/@ahad.azarian/the-grpc-and-protobuf-in-action-with-kotlin-cf5296887856
* gRPC and Kotlin: https://www.baeldung.com/kotlin/grpc