Please enable JavaScript.
Coggle requires JavaScript to display documents.
Node.js - Coggle Diagram
Node.js
History :timer_clock:
2009
V* made )S. Node.JS, run outside of browser
2008
Chrome, V8 engine
1996
but ignored, ahead of its time
v3: NetScape LiveWire: server side JS!
1995
Fundamentals
:deciduous_tree:
Runtime
a binding between:
Chrome V8 engine
libuv
OSource, used for async I/O
fs
path
'environment to execute code'
stack
heap
I/O
Node.js APIs
fs
path
API
process
global
Runtime