gRPC - TypeScript - Node Practice This is a practice project for gRPC with Node.js and TypeScript. How to run Generate proto files $ chmod +x ./proto-gen.sh $ npm run proto:gen Run the gRPC server $ npm run server Run the gRPC client $ npm run client How to run (with build) Build $ npm run build Run the gRPC server $ node dist/server Run the gRPC client $ node dist/client Result