gRPC
gRPC เป็น RPC framework จาก Google ใช้ Protocol Buffers เป็น serialization format
ติดตั้ง
Section titled “ติดตั้ง”# Protocol Buffers compilerbrew install protobuf # macOS# apt install protobuf-compiler # Ubuntu
# Go pluginsgo install google.golang.org/protobuf/cmd/protoc-gen-go@latestgo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
# gRPC packagego get google.golang.org/grpcเข้าสู่ระบบเพื่อดูเนื้อหาเต็ม
ยืนยันตัวตนด้วยบัญชี Google เพื่อปลดล็อกบทความทั้งหมด
Login with Google