

Runtime flagsĪny code running in your application (including external modules) can check the value of NODE_ENV: if(process.env. Production deployments will vary in many ways, but a standard convention when deploying in production is to define an environment variable called NODE_ENV and set its value to "production". Using IISNode to host Node.js Web Apps in IIS.Using Browserfiy to resolve 'required' error with browsers.Synchronous vs Asynchronous programming in nodejs.Route-Controller-Service structure for ExpressJS.Node.js v6 New Features and Improvement.Node.js code for STDIN and STDOUT without using any library.

Node.js (express.js) with angular.js Sample code.MongoDB Integration for Node.js/Express.js.Keep a node application constantly running.Exporting and Importing Module in node.js.Executing files or commands with Child Processes.env file Via the command line Via an npm script. Using different Properties/Configuration for different environments like dev, qa, staging etc. You can set and use your own environment variables in your projects.Deploying Node.js applications in production.Deploying Node.js application without downtime.Creating a Node.js Library that Supports Both Promises and Error-First Callbacks.
