Introduction To Nodejs
Nodejs actually use the v8 engine to render the Javascript into the server .
V8 takes the js code and compiles to the machine code so the machine can understand .
V8 engine id developed by the google and is also wriiten in c++.
so the Nodejs ships the js+c++ binding to the v8 where it compiles those code to machine level
Comments
Post a Comment