NESTJS GRPC SAMPLE Description Implementation of nestjs with grpc protocol (Supports hybrid REST + GRPC) Project setup $ npm install Compile and run the project # Development $ npm run start # Watch Mode $ npm run start:dev # Production Mode $ npm run start:prod