In NodeJs project Lib: Lib folder is a bunch of functions written in Javascript, built-in modules
Src Src folder is some of cpp programme, which is the core of nodejs.
Now, my question is, how nodejs is running, how it connecting js lib with src and what the other folders works!