Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/byteshiva/simplegrpc
- Owner: byteshiva
- License: apache-2.0
- Created: 2020-09-08T07:58:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T22:09:24.000Z (10 months ago)
- Last Synced: 2024-06-21T00:12:17.567Z (7 months ago)
- Topics: go, golang, gomodules, grpc, microservices-architecture, microservies, nodejs, protocol-buffers
- Language: Go
- Homepage:
- Size: 427 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)