https://github.com/amulyakashyap09/nodejs_grpc
GRPC based API CRUD using Nodejs at both server and client side
https://github.com/amulyakashyap09/nodejs_grpc
grpc grpc-node mongodb mongoose nodejs rpc rpc-client rpc-framework rpc-server
Last synced: 26 days ago
JSON representation
GRPC based API CRUD using Nodejs at both server and client side
- Host: GitHub
- URL: https://github.com/amulyakashyap09/nodejs_grpc
- Owner: amulyakashyap09
- License: gpl-3.0
- Created: 2018-03-03T21:40:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T19:56:23.000Z (about 7 years ago)
- Last Synced: 2025-04-02T22:51:16.567Z (about 2 months ago)
- Topics: grpc, grpc-node, mongodb, mongoose, nodejs, rpc, rpc-client, rpc-framework, rpc-server
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 20
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs grpc api
## This tutorial will guide through the GRPC based API implementation at server and client side as well. Nodejs is used for client and server.
#### Follow the given below steps to access full working code :
* Clone this repo : https://github.com/amulyakashyap09/nodejs_grpc.git
* ``` git clone https://github.com/amulyakashyap09/nodejs_grpc.git```
* change the directory to nodejs_grpc
* ``` cd nodejs_grpc ```
* RUN ```npm install```
* RUN ```npm rebuild```
* Now, start server [server-side] [terminal 1]
* ```node server/index.js```
* Now, execute client stub [client-client] [terminal 2]
* ``` node client/node/index.js ```