Skip to content

fasidOnGit/AdvancedNodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedNodeJS

Learning Advanced Nodejs...

Two core modules available Globally --> require Module | module Module

1.require("something"):

Resolving - to find the absolute file path of the module

Loading - Content of file at the resolved path

Wrapping - gives module it's private scope and what makes require local to every module

Evaluating - VM eventually does with the code Cacheing - When requiring this module again doesn't need to go through all the above steps

About

Learning Advanced Nodejs...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published