From b5f96623e7e3225b1feea6a750da1b803c914fe7 Mon Sep 17 00:00:00 2001 From: John Washam Date: Tue, 20 Sep 2016 15:16:02 -0700 Subject: [PATCH] Added resources for Protobuf and gRPC. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b0c9f..b94451c 100644 --- a/README.md +++ b/README.md @@ -1379,7 +1379,12 @@ Some of mine (I already may know answer to but want their opinion or team perspe - [x] Thrift: - https://thrift.apache.org/ - http://thrift-tutorial.readthedocs.io/en/latest/intro.html - - [ ] Protocol Buffers + - [x] Protocol Buffers + - https://developers.google.com/protocol-buffers/ + - https://developers.google.com/protocol-buffers/docs/tutorials + - [x] gRPC: + - http://www.grpc.io/ + - https://www.youtube.com/watch?v=5tmPvSe7xXQ&list=PLcTqM9n_dieN0k1nSeN36Z_ppKnvMJoly&index=1 - [ ] Redis - [x] Amazon SQS (queue) - [x] Amazon SNS (pub-sub)