Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 431 Bytes

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