Require

Node

Understanding JavaScript - Require Module

Modularity is a first class concept in Node JS. There are two core modules involved in modularity, the require function, which is available on the global object, but each module gets its own require function, and read more...