diff options
author | Lisa Carey <lcarey@google.com> | 2015-02-26 14:41:47 +0000 |
---|---|---|
committer | Tim Emiola <temiola@google.com> | 2015-02-26 08:05:13 -0800 |
commit | 51d53cb10cb45ba6611c947e9f8272f486863ad9 (patch) | |
tree | 124e0a323dd6c9d77a0c0ee18c389e129ac1a070 | |
parent | 4b8fbe2bb3e28ac469f77c143bf9d62eb53f2d74 (diff) |
Removed big diagram todo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ parameters and return types. On the server side, the server implements this interface and runs a gRPC server to handle client calls. On the client side, the client has a *stub* that provides exactly the same methods as the server. -##TODO: diagram? +<!--TODO: diagram--> gRPC clients and servers can run and talk to each other in a variety of environments - from servers inside Google to your own desktop - and can |