Questions tagged [node.js]

Node.js is an event-based, non-blocking, asynchronous I/O framework that uses Google's V8 JavaScript Engine.

node.js, commonly just called "Node", is often used for developing applications that rely on the ability to run javascript both on the client and server side. Running the same language on both the client and the server benefits from improved code reusability and the less context switching.

162 questions
1
vote
0 answers

Securing data tokens

What is the proper way to save and access database and API credentials in my node js application? Currently I use a dotenv package and store them in a .env file. I am not uploading my code to github but keeping it private. This data is essential to…
kabuto178
  • 111
  • 4