downloader/

directory
v0.0.0-...-1ec1e0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2019 License: MIT

README

サーバサイドストリーミングRPC ── 1リクエスト/多レスポンス

サーバサイドストリーミングRPCを使用した、ファイルのダウンロード機能の例です。

.protoファイルをコンパイルする

$ protoc -I ./downloader/proto --go_out=plugins=grpc:./downloader/proto/ ./downloader/proto/file.proto

gRPCサーバを起動する

$ go run ./downloader/server

gRPCクライアントプログラムを実行する

引数にダウンロードするファイル名を与えて実行します。

$ go run ./downloader/client $FILE_NAME

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL