Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akshay196/todoapp

A simple Todo list application to demonstrate REST and gRPC protocols
https://github.com/akshay196/todoapp

Last synced: about 10 hours ago
JSON representation

A simple Todo list application to demonstrate REST and gRPC protocols

Awesome Lists containing this project

README

        

# TodoApp

This is a fairly simple Todo application to demonstrate server-client
communication using REST and later using gRPC.

## TodoApp Features

1. Show todo list
2. Add item to the list
3. Mark item as Done