Go streaming gRPC chat, works remotely
go get github.com/gidyon/grpc-chat
Go install, build or run on your local machine.
To run the server locally
go run $GOPATH/src/github.com/gidyon/grpc-chat/cmd/server
To run the server locally
go run $GOPATH/src/github.com/gidyon/grpc-chat/cmd/client
You can specify different port
for server and url
for client. Default is :9090
Pull requests are welcome.