Skip to content

Instantly share code, notes, and snippets.

@rgduncan
rgduncan / nodejs_fundamentals.mdown
Last active October 21, 2021 18:40
NodeJs Fundamentals

NodeJS

V8: The Javascript engine

  • Node is a C++ program that allows running of serverside Javascript that implements use of the V8 Javascript engine

Processors, Machine Code and C++

Processor accepts instructions that are specific to that processor and then carries them out. Machine Code is compiled code that is understood by a particular processor

  • Types of processor languages
    • IA-32