https://github.com/okue/grpc-samples-in-kotlin
gRPC server sample by grpc-kotlin and Armeria
https://github.com/okue/grpc-samples-in-kotlin
armeria grpc grpc-kotlin kotlin spring
Last synced: 3 months ago
JSON representation
gRPC server sample by grpc-kotlin and Armeria
- Host: GitHub
- URL: https://github.com/okue/grpc-samples-in-kotlin
- Owner: okue
- License: mit
- Created: 2020-08-02T13:07:30.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T04:04:05.000Z (over 5 years ago)
- Last Synced: 2025-10-08T08:33:30.743Z (9 months ago)
- Topics: armeria, grpc, grpc-kotlin, kotlin, spring
- Language: Kotlin
- Homepage: https://okue.github.io/note/web/grpc_armeria_spring/
- Size: 132 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-samples-in-kotlin
- [`grpc-kotlin-armeria-spring`](./grpc-kotlin-armeria-spring)
- implemented with [Armeria][gh-armeira], Spring and [grpc-kotlin][gh-grpc-kotlin]
- `grpc-kotlin-armeria`
- implemented with [Armeria][gh-armeira] and [grpc-kotlin][gh-grpc-kotlin]
- `grpc-kotlin`
- implemented with [grpc-java][gh-grpc-java] and [grpc-kotlin][gh-grpc-kotlin]
[gh-armeira]: https://github.com/line/armeria
[gh-grpc-java]: https://github.com/grpc/grpc-java
[gh-grpc-kotlin]: https://github.com/grpc/grpc-kotlin