03 Mar 2020 . Min ReadHow NodeJS Require works!
As node developers, we all know what the require() function does. But how many of us actually know how it works? We use it every day to load libraries and modules but its behavior is still a mystery for us, so let’s solve this mystery.