Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.18 KB

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