Node.js Runtime
↔ JS Runtime Environ to execute JS outside Browser via JS Engine with C++ Bindings & Thread Pool
aka Node-Runtime
Thread Pool
fixed number of Threads availabe to run tasks with Concurrency
Back-end App (JS)
App to execute Node.js Runtime with access to fs
, DB and network servers
References
Back-end App (JS)
↔ App to execute Node.js Runtime with access tofs
, DB and network servers