Skip to content

Commit 1b6928a

Browse files
committed
update SUMMARY and chap 3
1 parent 4b81cc2 commit 1b6928a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* [3.3 Làm quen với gRPC](ch3-rpc/ch3-03-grpc.md)
2525
* [3.4 Một số vấn đề khác của gRPC](ch3-rpc/ch3-04-grpc-expand.md)
2626
* [3.5 gRPC và Protobuf extensions](ch3-rpc/ch3-05-grpc-ext.md)
27-
* [3.6 Công cụ grpcurl](ch3-rpc/ch3-06-grpc-curl.mdd)
27+
* [3.6 Công cụ grpcurl](ch3-rpc/ch3-06-grpc-curl.md)
2828
* [3.7 Lời nói thêm](ch3-rpc/ch3-07-supplementary-notes.md)
2929
* [Chương 4: Go và Web](ch4-web/README.md)
3030
* [4.1 Giới thiệu chương trình Web](ch4-web/ch4-01-intro.md)

ch3-rpc/ch3-03-grpc.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<img src="../images/grpc.png" width="800">
55
<br/>
66
</div>
7-
<br/>
87

98
[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.
109

@@ -19,7 +18,6 @@ Kiến trúc gRPC trong Go:
1918
<i>gRPC technology stack</i>
2019
</span>
2120
</div>
22-
<br/>
2321

2422
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.
2523

0 commit comments

Comments
 (0)