SetupSetting up a new project is quite simple with the Nest CLI. With npm installed, you can create a new Nest project with the following commands in your OS terminal:$ npm i -g @nestjs/cli$ nest new nest new protobuf-sample InstallationTo start building gRPC-based microservices, first install the required packages:$ npm i --save @grpc/grpc-js @grpc/proto-loader Protoc 컴파일러 설치https://www.npmj..