What are Global Objects in Node.js?

Objects which are available throughout the process or applications are called global objects. These object are available in all modules. The objects listed here are specific to node.js. There are built-in objects that are part of the JavaScript language itself, which also globally accessible.