File System and Path
Node.js comes bundled with heavily optimized native modules that interact directly with the host operating system. To use these core modules in code, you simply import them using the prefixed node: module tag.
Events and Streams
The EventEmitter Class