A simple group chat built with Go and gRPC using bidirectional streaming.
Multiple clients can connect to the server and exchange messages in real-time.
- Go
- gRPC
git clone git@github.com:tawfiqkhalilieh/group-chat-gRPC.git
cd group-chat-gRPC
go mod tidygo run server/main.gogo run client/main.go