NodeJS
Install
Windows
Download and Install LTS version of Nodejs
Linux
Install nvm for managing node installations:
Install node v20:Useful Packages
ExpressJS
Nodemon
Nodemon - Monitors source code changes and automatically reloads the server.
Body Parser
Body Parser - Node.js body parsing middleware.