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