tags | |
---|---|
|
- [[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.