protoc --go_out=plugins=grpc:chat chat.proto
go run server.go
go run client.go
testgrpc % go run server.go
2021/12/13 09:40:56 Received message body from client:Hello from client !
testgrpc % go run client.go
2021/12/13 09:40:56 Response from Server: Hello from the server!