Skip to content

rajneshwarsingh/nodejs-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-gRPC

What will you need

  • Clone this repository: nodejs-gRPC
  • An IDE or text editor like VS Code
  • Node version installed above 20.12.1
  • A package manager such as NPM or Yarn
  • Run the following commands to start the full project
    • Make the bash script executable: chmod +x nodeServe.sh
    • Run the bash script: ./nodeServe.sh

Project Run Commands

  • Make the bash script executable: chmod +x nodeServe.sh
  • Run the bash script: ./nodeServe.sh

Key Topics

The following topics covered in this unit:

  • Client calling to Server
  • Proto connectivity
  • Eslint
  • Prettier for code formatter
  • Bash file for run the full project

Helpful Links

Node.js: Nodejs.org
Typescript: typescriptlang.org
gRPC: grpc.io

© 2024 Rajneshwar Singh