https://github.com/adrian-lin-1-0-0/node-grpc-example
Node.js gRPC Example
https://github.com/adrian-lin-1-0-0/node-grpc-example
grpc nodejs
Last synced: 9 months ago
JSON representation
Node.js gRPC Example
- Host: GitHub
- URL: https://github.com/adrian-lin-1-0-0/node-grpc-example
- Owner: adrian-lin-1-0-0
- Created: 2023-02-14T09:59:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T05:05:36.000Z (about 3 years ago)
- Last Synced: 2025-03-20T21:57:32.522Z (about 1 year ago)
- Topics: grpc, nodejs
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js gRPC Demo
## Try it out
Install dependencies
```sh
npm install
```
Run the server:
```sh
npm start
```
From a different terminal, run the client:
```sh
npm run client
```