Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alfianlosari/node-grpc-server-note-crud

gRPC Server and Client Example for CRUD Note Service using node.js
https://github.com/alfianlosari/node-grpc-server-note-crud

crud grpc grpc-client grpc-node grpc-server grpc-service nodejs

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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