Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/pekko-grpc-quickstart-scala.g8
Apache Pekko gRPC Quickstart for Scala
https://github.com/apache/pekko-grpc-quickstart-scala.g8
grpc pekko pekko-grpc scala
Last synced: about 1 month ago
JSON representation
Apache Pekko gRPC Quickstart for Scala
- Host: GitHub
- URL: https://github.com/apache/pekko-grpc-quickstart-scala.g8
- Owner: apache
- License: other
- Created: 2023-12-04T19:14:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:59:26.000Z (5 months ago)
- Last Synced: 2024-10-01T01:21:45.671Z (about 1 month ago)
- Topics: grpc, pekko, pekko-grpc, scala
- Language: Scala
- Homepage: https://pekko.apache.org/
- Size: 271 KB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Apache Pekko gRPC Quickstart with Scala
## 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-scala.g8
```You can also install [Giter8](http://www.foundweekends.org/giter8/setup.html) and install using:
```
g8 apache/pekko-grpc-quickstart-scala.g8
```This template will prompt for the name of the project. Press `Enter` if the default values suit you.
## 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