Categories
Codes GraphQL gRPC Node.js

Setting Up GraphQL Server as gRPC Client

Let’s make a GraphQL server we created before using Node.js to be a gRPC Client which connects to a gRPC server which data is in a mock DB.

Categories
Codes Node.js

Using gRPC For Connecting Microservices

This time, I want to share about creating Node.js microservices project using gRPC as the method of communication between the services.