Skip to content

GRPC based API CRUD using Nodejs at both server and client side

License

Notifications You must be signed in to change notification settings

amulyakashyap09/nodejs_grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published