I am trying to learn node and want to figure out what the 'node' command actually does?
Is there a way to read the 'node' command or interpret it? Where would I start in their API, http://nodejs.org/api/ to figure out what node is and does?
I am trying to learn node and want to figure out what the 'node' command actually does?
Is there a way to read the 'node' command or interpret it? Where would I start in their API, http://nodejs.org/api/ to figure out what node is and does?
The C++ is here: https://github.com/joyent/node/blob/master/src/node.cc#L3257 and the JavaScript is here: https://github.com/joyent/node/blob/master/src/node.js