From d27b2ff69bb59fc7cd93458d78c2a56d90f70524 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 12 Dec 2016 16:16:42 -0600 Subject: [PATCH] add a readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96293cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +sample client-server pair using gRPC and Qt in Go. The server simply stores an +integer. The client, when started, automatically connects to the server and, +once a second, requests the next value in an incrementing counter.