Re: [grpc-io] Re: Some questions after seeing the Grpc concepts...

2018-03-29 Thread Josh Humphries
On Thu, Mar 29, 2018 at 3:07 AM, Benjamin Krämer wrote: > Hi, nice that you have a look at gRPC. I will answer your questions one by > one. > >> >>- RXJS seems like a perfect library to build into this - specifically >>because it supports returning 1 or a stream of

[grpc-io] Re: Some questions after seeing the Grpc concepts...

2018-03-29 Thread Benjamin Krämer
Hi, nice that you have a look at gRPC. I will answer your questions one by one. > >- RXJS seems like a perfect library to build into this - specifically >because it supports returning 1 or a stream of something. Would also > handle >the timeout case with RX's built in primitives