GRPC - NodeJS + Docker Sample, SSL Certs
This is a basic sample of client -> server communication using GRPC protocol with NodeJS.
- Certificates generation
- Secure connection with SSL
- Dockerization
As very first step you must clone this repo and cd into the root project folder
$ npm install
$ npm run gen:certs
$ npm run develop
$ node client.js
$ docker-compose build
$ docker-compose up