An open API service indexing awesome lists of open source software.

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

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