Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.14 KB

File metadata and controls

19 lines (12 loc) · 1.14 KB

Play Java gRPC Example

This example is described in the Play Java gRPC Example site.

This is an example application that shows how to use Akka gRPC to both expose and use gRPC services inside an Play application.

For detailed documentation refer to https://www.playframework.com/documentation/latest/Home and https://developer.lightbend.com/docs/akka-grpc/current/ .

Server backend

By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the PlayNettyServer sbt plugin in the build.sbt file. In the build.sbt of this project, you'll find a commented line for this setting; simply uncomment it to make the switch. For more detailed information, refer to the Play Framework documentation.

Sample license

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 http://creativecommons.org/publicdomain/zero/1.0/.