Skip to content

amin-abbasi/grpc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-sample

This is a gRPC sample project with Node.js.

Start Server

$ npm start
or
$ nodemon

Start Client

$ npm run start:client
or
$ nodemon ./src/client/index.js

Note:

To use nodemon you need to install it in your system globally:

npm i -g nodemon

About

This is a gRPC sample project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published