15640975c7 | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
TypeScript gRPC client example
Prerequisites
You need to have the latest version of protoc
installed.
Please refer to the installation guide on the Protobuf website.
Usage
Install required dependencies by running
npm install
Build the project (this will generate the gRPC client and compile TypeScript):
npm run build
Run it:
node . --help