This is a simple gRPC based client server cli todo learning project demonstrating how use gRPC connections
.
├── proto
│ └── todo.proto # proto definition
├── index.ts # gRPC Server
├── client.ts # CLI gRPC client
├── package.json
└── README.md
git clone https://github.com/SamTheTechi/gRPCTodo.gitcd gRPCTodo; bun installbun run index.tsbun run client.tsMade with curiosity and some sprinkles of love