This is a simple todo gRPC application built with node
- Nodejs installed on your machine
- Clone this repository 🤷♂️ (obviously)
git clone git@github.com:k1ycee/node_grpc_server.git
- Install node_modules
npm i
- Run server
node server
- Run server on ngrok
ngrok tcp 50051