kevinmmartins / node-grpc-example

Simple Node application using gRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-grpc-example

Simple Node application using gRPC

Requirements

  • node 12+
  • npm

Running the project

Install dependencies

npm install

Start server

npm start

Insert Person

npm run insert-person

List all people

npm run list-person

Running server with docker compose

docker-compose up

About

Simple Node application using gRPC

License:Apache License 2.0


Languages

Language:JavaScript 100.0%