About 119 results
Open links in new tab
  1. Node.js — How to read environment variables from Node.js

    Now, you can use the --env-file flag to specify an environment file when running your Node.js application. Here's an example .env file and how to access its variables using process.env.

  2. Node.js Status

    Welcome to Node.js's home for real-time and historical data on system performance.

  3. Inspector | Node.js v25.2.1 Documentation

    The node:inspector module provides an API for integrating with devtools that support Chrome DevTools Protocol. DevTools frontends connected to a running Node.js instance can capture protocol events …

  4. Collecting code coverage in Node.js

    Let's walk through a simple example to demonstrate how code coverage works in Node.js. Note: This example, and all other ones in this file, are written using CommonJS.

  5. Differences between Node.js and the Browser

    Both the browser and Node.js use JavaScript as their programming language. Building apps that run in the browser is completely different from building a Node.js application.

  6. Run Node.js scripts from the command line

    The usual way to run a Node.js program is to run the globally available node command (once you install Node.js) and pass the name of the file you want to execute.

  7. Node.js, the difference between development and production

    There is no difference between development and production in Node.js, i.e., there are no specific settings you need to apply to make Node.js work in a production configuration.

  8. How to Work with Different Filesystems - Node.js

    Node.js returns the filename as the filesystem stores it, and not all filesystems support Unicode form preservation. HFS+, for example, will normalize all filenames to a form almost always the same as …

  9. Introduction to Node.js

    When Node.js performs an I/O operation, like reading from the network, accessing a database or the filesystem, instead of blocking the thread and wasting CPU cycles waiting, Node.js will resume the …

  10. Node.js — Run JavaScript Everywhere

    Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.