Requiring Node Modules
Because a Node.js operator runs in its own process, it also can require and use its own individual set and version of node modules. This provides great flexibility and allows you to re-use your own JavaScript libraries as well as third-party Node.js modules.
