소스 검색

Added resources for Protobuf and gRPC.

John Washam 8 년 전
부모
커밋
b5f96623e7
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      README.md

+ 6 - 1
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)