Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 325 Bytes

nodejs-why-nodejs.md

File metadata and controls

7 lines (7 loc) · 325 Bytes
tags
nodejs

Why Node.js

  • [[nodejs-non-blocking|Non Blocking I/O]]
  • The Node.js process lives throughout the entire time our application is running. This means that all database connections and file descriptors are opened once, libraries and application codebases are loaded, and in-memory cache is available.