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

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

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 ```