gRPC with TypeScript and Node.js example This is an example of how you can use gRPC with TypeScript and Node.js. You can check out the tutorial at DEV Community. Commands Start Server $ npm start or $ yarn start Start Client $ npm run start:client or $ yarn start:client Generate Proto Buffers $ npm run proto:build or $ yarn proto:build