This is a simple GRPC project for nodeJs Server -> Golang Client intercommunicate
- open new terminal & getting into nodeJS directory -
cd nodejs
- install node_modules & start the server -
yarn install & yarn start
if want to generate protobuf file just direct yarn build
- Open new Terminal & getting into golang directory -
cd golang
go run main.go
- need to initialise nodeJS server first
if want to generate protobuf just run sh protos.sh