Simple chat app in Go using gRPC stream generated by protobuf for learning purpose.
- Download modules
go mod tidyand/orgo mod vendor - Run server:
go run server/main.go
- Change directory to client:
cd clientexample/console - Download modules
go mod tidyand/orgo mod vendor - Run example client in multiple terminals
go run main.go