Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/byteshiva/simplegrpc

Simple GRPC - demo using golang server and nodejs client
https://github.com/byteshiva/simplegrpc

go golang gomodules grpc microservices-architecture microservies nodejs protocol-buffers

Last synced: about 1 month ago
JSON representation

Simple GRPC - demo using golang server and nodejs client

Awesome Lists containing this project

README

        

# 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](https://raw.githubusercontent.com/byteshiva/simplegrpc/master/demo/GoLang-gRPC-Nodejs-gRPC-ClientPeek%202020-09-08%2022-58.gif)