Categorygithub.com/theoptz/grpcchat
repository
0.0.1
Repository: https://github.com/theoptz/grpcchat.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GO GRPC CHAT

RUN WITH DOCKER

Start server

docker-compose up

Run client as much as you want. Specify name via CHATNAME environment variable

CHATNAME=Joe docker-compose -f docker-compose-client.yml run client