Skip to content

Commit

Permalink
update SUMMARY and chap 3
Browse files Browse the repository at this point in the history
  • Loading branch information
phamtai97 committed Sep 25, 2019
1 parent dfcd391 commit 76247f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* [3.3 Làm quen với gRPC](ch3-rpc/ch3-03-grpc.md)
* [3.4 Một số vấn đề khác của gRPC](ch3-rpc/ch3-04-grpc-expand.md)
* [3.5 gRPC và Protobuf extensions](ch3-rpc/ch3-05-grpc-ext.md)
* [3.6 Công cụ grpcurl](ch3-rpc/ch3-06-grpc-curl.mdd)
* [3.6 Công cụ grpcurl](ch3-rpc/ch3-06-grpc-curl.md)
* [3.7 Lời nói thêm](ch3-rpc/ch3-07-supplementary-notes.md)
* [Chương 4: Go và Web](ch4-web/README.md)
* [4.1 Giới thiệu chương trình Web](ch4-web/ch4-01-intro.md)
Expand Down
2 changes: 0 additions & 2 deletions ch3-rpc/ch3-03-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<img src="../images/grpc.png" width="800">
<br/>
</div>
<br/>

[gRPC](https://grpc.io/) là một framework RPC Open source đa ngôn ngữ được Google phát triển dựa trên [Protobuf](https://developers.google.com/protocol-buffers/) và giao thức HTTP/2. Phần này sẽ giới thiệu một số cách sử dụng gRPC để xây dựng service đơn giản.

Expand All @@ -19,7 +18,6 @@ Kiến trúc gRPC trong Go:
<i>gRPC technology stack</i>
</span>
</div>
<br/>

Lớp dưới cùng là giao thức TCP hoặc [Unix Socket](https://en.wikipedia.org/wiki/Unix_domain_socket). Ngay trên đấy là phần hiện thực của giao thức [HTTP/2](https://en.wikipedia.org/wiki/HTTP/2). Thư viện gRPC core cho Go được xây dựng ở lớp kế. Stub code được tạo ra bởi chương trình thông qua plug-in gRPC giao tiếp với thư viện gRPC core.

Expand Down

0 comments on commit 76247f2

Please sign in to comment.