/go-grpc-chat

Simple chat app in Go using gRPC stream generated by protobuf for learning purpose.

Primary LanguageGo

Simple Go gRPC stream chat server

Simple chat app in Go using gRPC stream generated by protobuf for learning purpose.

Server:

  1. Download modules go mod tidy and/or go mod vendor
  2. Run server: go run server/main.go

Client

  1. Change directory to client: cd clientexample/console
  2. Download modules go mod tidy and/or go mod vendor
  3. Run example client in multiple terminals go run main.go