Skip to content

SamTheTechi/gRPCTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Todo App

This is a simple gRPC based client server cli todo learning project demonstrating how use gRPC connections


Project Structure

.
├── proto
│   └── todo.proto        # proto definition
├── index.ts              # gRPC Server
├── client.ts             # CLI gRPC client
├── package.json
└── README.md

Getting Started

1. Clone Repository

git clone https://github.com/SamTheTechi/gRPCTodo.git

2. Install dependencies

cd gRPCTodo; bun install

3. Start the gRPC Server

bun run index.ts

4. Run the Client CLI

bun run client.ts

Author

Made with curiosity and some sprinkles of love ♥️.

About

gRPC based client server cli todo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors