This example demonstrates a simple gRPC client in TypeScript that connects to the stream server.
- Node.js
- npm
-
Install the dependencies:
npm install
-
Build the client and compile protobufs:
npm run build
-
Run the client:
npm run start
Alternatively, you can run the client in development mode without a separate build step:
npm run dev