https://github.com/abitofhelp/rxgrpckotlin-basic-example
This is a basic example that shows how to use Gradle-KotlinDsl, Kotlin, and reactor-grpc. This code is a work in progress, but it may be helpful to others...
https://github.com/abitofhelp/rxgrpckotlin-basic-example
gradle grpc java kotlin kotlin-dsl reactor reactor-grpc
Last synced: about 2 months ago
JSON representation
This is a basic example that shows how to use Gradle-KotlinDsl, Kotlin, and reactor-grpc. This code is a work in progress, but it may be helpful to others...
- Host: GitHub
- URL: https://github.com/abitofhelp/rxgrpckotlin-basic-example
- Owner: abitofhelp
- License: mit
- Created: 2019-02-18T00:32:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T01:09:15.000Z (over 7 years ago)
- Last Synced: 2025-09-03T05:43:14.899Z (9 months ago)
- Topics: gradle, grpc, java, kotlin, kotlin-dsl, reactor, reactor-grpc
- Language: Kotlin
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GrpcKotlin-simple
This repository contains a basic example that shows using Gradle-KotlinDsl,
Kotlin, and reactor-grpc. This code is a work in progress, but it may be
helpful to others...
The web service is implemented with the following key technologies:
- Language: Kotlin
- Build: Gradle, Kotlin DSL
- Remote Interface: grpc and reactor-grpc
- Deployment: Executable Jar
- Persistence: None
Reminders for myself...
How to update the Gradle Wrapper
./gradlew wrapper --gradle-version 5.2.1 --distribution-type all
How to create a Gradle-Kotlin project
gradle init --dsl kotlin