Outputting `service` for @grpc/grpc-js
See original GitHub issueHey, is there currently any way of outputting service
definitions as code? Basically --ts_proto_opt=outputServices=grpc-js
from https://github.com/stephenh/ts-proto but for this package.
Currently I’m using a mix of protobuf-es
and ts-proto
where ts-proto
is used for our gRPC server. Would it be possible with some extensions or transpiler if it isn’t possible out of the box?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Basics tutorial | Node - gRPC
This tutorial provides a basic Node.js programmer's introduction to working with gRPC. By walking through this example you'll learn how to:.
Read more >Tutorial on How to Implement gRPC Services in NodeJS
So, in this tutorial, we will implement gRPC services in NodeJs. We will build a demo application and perform a CRUD operation.
Read more >Building a gRPC Client and Server with Node.js
gRPC works with the service. Service is just a method that can be called remotely with parameters and return types.
Read more >Tutorial: How to Build Your First Node.js gRPC API - Trend Micro
This article will demonstrate how to develop a basic Node.js gRPC API that salts and hashes a password received from a client endpoint....
Read more >gRPC for Web Clients - GitHub
Define your service using protocol buffers · Implement a simple gRPC Service using NodeJS · Configure the Envoy proxy · Generate protobuf message...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes we do, Sebastian. I hope to share our roadmap and plans along with the first public commits for connect-node.
Just FYI - This approach is working. I’ve implemented a simple on my monorepo just in case if someone need this.