Skip to content

dusdjhyeon/gRPC-with-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-with-go

There is a source code that implements the four communication methods of gRPC in Golang.

  • Unary gRPC (no streaming)
  • Bi-directional streaming
  • Client to Server streaming
  • Server to Client streaming

To run, you can run the following commands in the server and client folders under each folder.

$ go run server.go
$ go run client.go

Execution result

Unary gRPC

unary

Bi-directional streaming

bidirectional

Client streaming

client-streaming

Server streaming

server-streaming

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages