1The C++ Core
While you write JavaScript, Node itself is heavily written in C++. It provides a JavaScript API over underlying C++ libraries (like libuv) which actually do the heavy lifting of talking to the operating system's network and file system.
