# gRPC_Study **Repository Path**: lishu1108/grpc_study ## Basic Information - **Project Name**: gRPC_Study - **Description**: Google 远程过程调用框架学习手册。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-18 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## gRPC_Study gRPC_Study project is divided two modules,The first is the Proto module and the second is the GRPC module. ### Proto Module 1. the proto module provides a detailed introduction to the PROTO3 syntax, and explains some of the things that beginners can easily misunderstand 2. the proto module has data reading and writing program display. ### gRPC Module