sample-grpc

A basic gRPC group of apps implemented with nodejs.

Running apps

  • Run three apps in different terminals
npm run a
npm run b
npm run c 
  • To test the service(s) run
npm run test