Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

gRPC-Java - The Java gRPC implementation. HTTP/2 based RPC

  • Share this:
In gRPC a client application can directly call methods on a server application on a different machine as if it was a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types.
https://grpc.io
https://github.com/grpc/grpc-java
License:
Tech: