loopback4-extension-grpc icon indicating copy to clipboard operation
loopback4-extension-grpc copied to clipboard

gRPC Extension for LoopBack 4

Results 12 loopback4-extension-grpc issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

### Description While working on a work project, I had to implement gRPC in Loopback 4. After implementing streams and TLS, I thought it might be useful to others. I...

# Description/Steps to reproduce When I add the second procedure in proto3 file and describe it in controller application launch fails. Steps to reproduce: 1. Create minimal project 2. Install...

# Description/Steps to reproduce 1. Scaffolded a LB 4 app as "loopback4-example-express-composition" 2. $ npm install --save @loopback/grpc 3. Modified Index.ts file with the code explained in the section "Component...

# Description Create a markdown tutorial file following this https://codelabs.developers.google.com/codelabs/cloud-grpc/index.html but in LoopBack 4

documentation
1.0.0-alpha.1

### Description We would like to use the package to create gRPC endpoints, but we found a few issues, mostly due to dependency not being up-to-date. #### Related issues -...

# 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...

enhancement
1.0.0-alpha.1

> ### Original Description > To eliminate two files definition by users (proto.file and typescript) we can create a tool to automatically generate typescript interfaces/classes from a proto file and...

enhancement
question
1.0.0-alpha.1

# Description/Steps to reproduce The endpoint to expose proto.file for clients similar to open-spec API. How can we do it? Depend on REST component it's the first option. # Link...

enhancement
1.0.0-alpha.1