Simple GRPC chat room implemented to learn about GRPC and using Protocol Buffers in Go.
Firstly, install the client and server programs by running: go get -u github.com/sno6/gchat/...
Next up, start the server by running server
then run as many clients as you like by running the client
command.