Description
Description/Steps to reproduce
Scaffolded a LB 4 app as "loopback4-example-express-composition"
$ npm install --save @loopback/grpc
Modified Index.ts file with the code explained in the section "Component Configuration" of https://www.npmjs.com/package/@loopback/grpc
Followed the rest of the steps as mentioned in npm module "@loopback/grpc"
Link to reproduction sandbox
Expected result
Suppose to generate "greeter.proto.ts", but it never generate the .tc file for the proto file.
Copied the greeter.proto.ts file from "loopback4-extension-grpc/fixtures/greeter.proto.ts" to my above application.
When I run "$npm start", it does not throw any error but the command prompt returns and server is not listening to any specific port.
Additional information
How can I make the client application to call this server?
How can I extend this to make grpc stream calls between client and server on loopback 4.
Reactions are currently unavailable
You can’t perform that action at this time.
Description/Steps to reproduce
Link to reproduction sandbox
Expected result
Additional information