https://github.com/daggerok/rsocket-proto
RSocket Protobuf example
https://github.com/daggerok/rsocket-proto
github-action github-action-windows github-actions github-actions-windows rsocket rsocket-java rsocket-rpc
Last synced: about 1 year ago
JSON representation
RSocket Protobuf example
- Host: GitHub
- URL: https://github.com/daggerok/rsocket-proto
- Owner: daggerok
- Created: 2020-02-23T20:45:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T18:57:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T00:37:24.899Z (about 1 year ago)
- Topics: github-action, github-action-windows, github-actions, github-actions-windows, rsocket, rsocket-java, rsocket-rpc
- Language: Java
- Homepage: https://daggerok.github.io/rsocket-proto
- Size: 2.46 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsocket proto gradle groovy DSL [](https://github.com/daggerok/rsocket-proto/actions)
TODO: implement me...
```bash
./gradlew -p server genProto
./gradlew -p client generateProto
./gradlew -p server
./gradlew -p client
java -jar server/build/libs/*.jar &
npx wait-port 7070
java -jar client/build/libs/*.jar
```
## resources
* https://github.com/netifi/rsocket-rpc-example/tree/master/service
* https://github.com/netifi/rsocket-rpc-example/tree/master/client/src/main/java/io/netifi/rsocket/example/client
* https://github.com/b3rnoulli/rsocket-examples/tree/d1d6e4c4c0d280cf931cce4adcf0b56ffa2e88ed
* https://dzone.com/articles/reactive-service-to-service-communication-with-rso-3
* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.4.RELEASE/gradle-plugin/reference/html/)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.2.4.RELEASE/reference/htmlsingle/#configuration-metadata-annotation-processor)
* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)