DEV Community

Discussion on: What is gRPC ? How to implement gRPC in Node.js

Collapse
 
davru profile image
˙˙˙ɹǝʌo ǝɯ dılɟ ʎǝɥ

you need this line in server.js or your call to get_todos will fail:
let todos = [];

Collapse
 
ganeshmani profile image
GaneshMani

yes. i have missed it to mention here. it will be available in the complete source code .. Thanks for mentioning it