Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

JavaScript gRPC Client Example

This example demonstrates a simple gRPC client in JavaScript that connects to the stream server.

Prerequisites

  • Node.js
  • npm

Running the client

  1. Install the dependencies:

    npm install
  2. Run the client:

    node index.js