A simple counter demonstration using gRPC.
$ go get -u github.com/shadyoak/grpc-counterFirst, start the grpc-counter server.
$ grpc-counterCompile the demo client.
$ cd demo/
$ go buildOpen your web browser to http://localhost:8080 and run the demo.
$ ./demoRun multiple instances of the demo simultaneously. What happens?