Bryan Julian Garzon

Results 6 comments of Bryan Julian Garzon

@murgatroid99 I have a doubt, how is gRPC-node generating code from Proto right now?

Ok, let me understand a little bit. So first we need to implement something like `grpc-deno`, which should have support for any kind of serializable message. Then adapting (or build...

@murgatroid99 there is an article or a document explaining how grpc-node (or other C-grpc-based libraries) uses the core-grpc implementation?

Another thing @murgatroid99, What do you think about building a `grpc-deno` on top of [`tonic`](https://github.com/hyperium/tonic) (pure Rust implementation of grpc).

I have taken a look at your pure TS implementation of grpc, and you are using only a single node dependency, so a deno library could be hard based on...

There is no progress on HTTP2 (#3995) so if we want to follow the pure TS approach we need to implement it. That will kill two birds with one shot,...