README ¶ GRPC's helloworld example Examples include unary rpc, server-side stream rpc, client-side stream rpc, bidirectional stream rpc. # run grpc server cd server && go run main.go # run grpc client cd client && go run main.go Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis client proto hellopb server Click to show internal directories. Click to hide internal directories.