loopbackio / loopback4-extension-grpc

gRPC Extension for LoopBack 4
Other
18 stars 8 forks source link

Implement RPC Streams #19

Open jonathan-casarrubias opened 6 years ago

jonathan-casarrubias commented 6 years ago

Description

Now that we got configurations needed, we also require to implement server and client streams

The result implementation should enable the ability to follow this https://codelabs.developers.google.com/codelabs/cloud-grpc/index.html tutorial from google but in LoopBack4

lhr0909 commented 6 years ago

We would like to give this a try. We are currently using loopback v4 on a project and would love to expose a set of streaming gRPC endpoints for real-time communications between our bot modules and the server.

lhr0909 commented 6 years ago

32 now contains the streaming changes.