Skip to content

cheong38/nest-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for using gRPC with nestjs

Prerequisites

  • Nodejs v12.x.x
  • Yarn

Running this example

Running the server

$ cd server
$ yarn install
$ yarn start

Running the client

Open other terminal

$ cd client
$ yarn start
response { id: 1, name: 'John' }

About

An example for using gRPC with nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published