Skip to content

Simple Node application using gRPC

License

Notifications You must be signed in to change notification settings

kevinmmartins/node-grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published