DEV Community

sdcaulley
sdcaulley

Posted on

gRPC and Node.js

The start-up I am working with has chosen a microservice architecture for its product, and is predominately using gRPC for communication between the services. This has proven to be a tremendous challenge and growth opportunity for me - having not worked before with either microservices or gRPC.

I have found that there is not written about out using gRPC and Node.js and want to share what I have learned. This will be a series of articles about what I have found - mostly by trial and error. There is no particular order to this series, and most of the posts will be structured in a problem/solution type format.

I hope this helps someone along in their gRPC adventure.

Top comments (0)