This is sample crud application for demonstration and you are free to clone and use it as per your need.
- Node
- npm
Clone this repo to your local machine
git clone https://github.com/JamieDove/grpc-crud.git
Install the dependencies
npm install
Firstly you will need to generate certs for your system and project. and you can run this command.
npm run gen:certificates
npm run server
now run client with params from 1 to 7
node client 1
node client 2
node client 3
node client 4
node client 5
node client 6
node client 7