Skip to content

protop-io/numbers-service

Repository files navigation

"MoneyService" gRPC Service Example (Java)

This project contains a Java application implementing the MoneyService gRPC service from the numbers-protos library. You can see an example of a (Node) client that uses this service here, and a full tutorial that goes through building these examples here.

Run the example

You'll need Java 9+ and protop. You can start the service with gradle run and should see a log that the service is running at port 8080:

$ gradle run
 
 > Task :protop
 Syncing external dependencies.
 Done syncing.
 
 > Task :run
 Server started on port 8080
 <===========--> 87% EXECUTING [8s]
 > :run
|

About

Example of a gRPC service implementation in Java

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages