https://github.com/pardeike/greet-grpc
https://github.com/pardeike/greet-grpc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pardeike/greet-grpc
- Owner: pardeike
- Created: 2021-05-12T14:30:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T12:22:50.000Z (about 4 years ago)
- Last Synced: 2025-02-13T20:43:46.509Z (4 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greet-grpc
### Getting started:
- npm install
- npm run clean
- npm run build
- npm run start -- serve
- npm run start -- greet --user SomebodyOr direct with node:
- PORT=6789 node ./dist/index.js serve
- PORT=6789 node ./dist/index.js greet --user Somebody