How nodejs interpreter is interpreting javascript in to cpp

28 views Asked by At

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!

0

There are 0 answers