📖 Documentation: gRPC for communicating between services
https://github.com/amplication/amplication/issues/6905
@morhag90 please add here information to be added to the documentation.
Hi @morhag90, is there additional information for this one somewhere on Notion? Please let me know.
Hi @morhag90, please let me know where I can find additional information concerning this issue.
Hi @yuval-hazaz and @morhag90, please let me know if there have been any additional updates on this PR.
@mulygottlieb @morhag90 - Can you assist here in sharing some info regarding the gRPC plugin so @dericksozo can update our documentation accordingly?
gRPC is an efficient binary way for services to communicate (call each other's APIs). In the same way that without this plugin, we support generating the generated APIs in REST and GraphQL, this plugin also adds generation of all the API endpoints in the gRPC protocol. The gRPC protocol also requires a definition file, called a "proto" file (*.proto) so this plugin generated the *.proto file for each service and also adds for each entity another controller (gRPC controller) that exposes the generated APIs that exist on this entity in the gRPC protocol.
For more information read here: https://grpc.io/
@dericksozo
@dericksozo ^^^