NodeJS Advance

How to Use Environment Variables in Node.js?

How to Use Environment Variables in Node.js?

en English

Working with Environment Variables is IMPORTANT in Software Development. Every stage, such as Development, Testing or Production, uses its environment variables. It also secures the Privacy for Production on clouds such as Heroku, AWS, Azure,… How do we do that in NodeJS?