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

https://github.com/pardeike/greet-grpc


https://github.com/pardeike/greet-grpc

Last synced: 2 months ago
JSON representation

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 Somebody

Or direct with node:

- PORT=6789 node ./dist/index.js serve
- PORT=6789 node ./dist/index.js greet --user Somebody