Skip to content

NodeJS

Install

Windows

Download and Install LTS version of Nodejs

Linux

Install nvm for managing node installations:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Install node v20:
nvm install 20

Useful Packages

ExpressJS

Nodemon

Nodemon - Monitors source code changes and automatically reloads the server.

Body Parser

Body Parser - Node.js body parsing middleware.