Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alfianlosari/node-grpc-server-note-crud
- Owner: alfianlosari
- Created: 2018-09-02T06:09:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T12:44:08.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:33:38.279Z (3 months ago)
- Topics: crud, grpc, grpc-client, grpc-node, grpc-server, grpc-service, nodejs
- Language: JavaScript
- Size: 7.81 KB
- Stars: 61
- Watchers: 4
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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