NarenShalem / grpc-node

It is a simple Todo Application with gRPC Protocol

Home Page:https://cloudnweb.dev/2019/05/what-is-grpc-how-to-implement-grpc-in-node-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple TODO Application built using gRPC and Node.js

It's a simple Todo Applcation build using gRPC and Node.js

To Run

  • cd <to_directory>
  • npm install
  • node server.js
  • node get_todos.js (To List all the todos)
  • node insert_one.js (TO Insert todo)

About

It is a simple Todo Application with gRPC Protocol

https://cloudnweb.dev/2019/05/what-is-grpc-how-to-implement-grpc-in-node-js/


Languages

Language:JavaScript 100.0%