Skip to content

byteshiva/simplegrpc

Repository files navigation

simplegrpc

Grpc golang and nodejs demo

// Server Side - golang
cd simplegrpc 
go run simpleserver.go

// Client side - nodejs
cd nodejs-client/
// do npm install
npm install  
// or yarn install 
yarn install 
node client_add.js 15 33
node client_sub.js 35 10

demo golang-nodejs-client-grpc

About

Simple GRPC - demo using golang server and nodejs client

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •