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.
$ go run client/main.go
$ go run server/main.go