Skip to content

t-shiratori/hello-grpc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-grpc-go

Hello World for gRPC with Go

Download Packages

go mod tidy

Run Server

go run server/main.go
server is runnig...

Run Client

% go run client/main.go Pin
Pon!
% go run client/main.go hoge
Please need words 'Pin'!

About

Hello World for gRPC with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages