gRPC Server and Client Example for CRUD Note Service Installation Clone or Download the project Run npm install Start server by running npm start Call gRPC by running either node get_notes, get_note, insert_note, delete_note