alfianlosari / node-grpc-server-note-crud

gRPC Server and Client Example for CRUD Note Service using node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC Server and Client Example for CRUD Note Service

Installation

  1. Clone or Download the project
  2. Run npm install
  3. Start server by running npm start
  4. Call gRPC by running either node get_notes, get_note, insert_note, delete_note

About

gRPC Server and Client Example for CRUD Note Service using node.js


Languages

Language:JavaScript 100.0%