Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Go gRPC Client Example

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

Prerequisites

  • Go (golang.org/dl/)
  • Protocol Buffers compiler (protoc)

Running the client

  1. Compile the Protocol Buffers definitions:

    ./compile_protobuf.sh
  2. Run the client:

    go run main.go