groovili / grpc-file-streaming

Simple examples of gRPC streaming with Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File streaming with Go and gRPC

Simple example of file uni-directional streaming (client streaming).

Installation

Protocol buffers compiler is required to change messages.

  1. make build
  2. ./.bin/server
  3. ./.bin/client file_to_transfer.ext

About

Simple examples of gRPC streaming with Go

License:MIT License


Languages

Language:Go 77.8%Language:Shell 20.0%Language:Makefile 2.3%