https://github.com/apache/pekko-grpc-quickstart-java.g8
Apache Pekko gRPC Quickstart for Java
https://github.com/apache/pekko-grpc-quickstart-java.g8
grpc java pekko pekko-grpc
Last synced: 3 months ago
JSON representation
Apache Pekko gRPC Quickstart for Java
- Host: GitHub
- URL: https://github.com/apache/pekko-grpc-quickstart-java.g8
- Owner: apache
- License: other
- Created: 2023-12-04T19:15:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T08:46:58.000Z (about 1 year ago)
- Last Synced: 2025-01-30T10:34:37.364Z (12 months ago)
- Topics: grpc, java, pekko, pekko-grpc
- Language: Java
- Homepage: https://pekko.apache.org/
- Size: 304 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Apache Pekko gRPC Quickstart for Java
## Quickstart guide
The Hello World example illustrates Pekko gRPC basics. Within 30 minutes, you should be able to download and run the example and use this guide to understand how the example is constructed.
## Giter8 template
It can also be used as a [Giter8][g8] template for Pekko with Scala.
Prerequisites:
- JDK 8
- [sbt][sbt] 1.9.x or higher ([download here][sbt_download])
Open a console and run the following command to apply this template:
```
sbt new apache/pekko-grpc-quickstart-java.g8
```
This template will prompt for the name of the project. Press `Enter` if the default values suit you.
Once inside the project folder, follow the [Pekko gRPC Quickstart with Java guide](https://github.com/apache/pekko-grpc-quickstart-java.g8/) run both the server and the client and also to learn more about how this Hello World project works.
## Template license
Written in 2018 by Lightbend, Inc.
To the extent possible under law, the author(s) have dedicated all copyright and related
and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See .
[g8]: http://www.foundweekends.org/giter8/
[sbt]: http://www.scala-sbt.org/
[sbt_download]: http://www.scala-sbt.org/download.html