Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 435 Bytes

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