Skip to content

shadyoak/grpc-counter

Repository files navigation

gRPC Counter

A simple counter demonstration using gRPC.

http://www.grpc.io

Installation

$ go get -u github.com/shadyoak/grpc-counter

Running the Demo

First, start the grpc-counter server.

$ grpc-counter

Compile the demo client.

$ cd demo/
$ go build

Open your web browser to http://localhost:8080 and run the demo.

$ ./demo

Extra Credit

Run multiple instances of the demo simultaneously. What happens?

About

A demonstration of bidirectional streaming using gRPC: http://www.grpc.io

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors