Skip to content

PoC of a gRPC server and client written using Go

License

Notifications You must be signed in to change notification settings

mfbmina/poc_grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC gRPC

Used as a PoC for:

It defines a gRPC server and a client.

The server will receive a request from the client and respond with PONG if the message is PING.

The client will wait for an input from the user and send it to the server.

Running

  1. $ go run client/main.go
  2. $ go run server/main.go

About

PoC of a gRPC server and client written using Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages