This repository is a simple showcase of how and what todo with Googles gRPC and protocol buffers. Here I demonstrate the implementation of a (rudimentary) discovery service. Which is utilizied to register every microservice in a distributed application.
- checkout the repo
- npm install
- npm start
- curl http://localhost:3001