/grpc-chat

Go streaming gRPC chat, works remotely

Primary LanguageGo

grpc-chat

Go streaming gRPC chat, works remotely

Installation

go get github.com/gidyon/grpc-chat

Running

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

Contributing

Pull requests are welcome.