Skip to main content

Node.jsRuntime Environment to execute JS outside Browser

aka Nodejs-Runtime, Node-Runtime, Node

Node.js Def

npm

Package Manager CLI Dev tool to access/manage Module from npmjs

Source: npm

node.js commands

npmjs

npm registry Repo to share FOSS JS Lib

Express

Node.js Node Framework to handle complex Routing, Middleware, Server Side Render

Source: Express - Node.js web application framework

Node Stack

Node Versions

Node error codes

References

  1. ExpressNode.js Node Framework to handle complex Routing, Middleware, Server Side Render

  2. ElectronJS Framework to build desktop Apps with JS, HTML & CSS, embed in Chromium & Node.js

  3. nvmDev tool to run multiple versions of Node.js on same OS

  4. assertNode.js Module to Unit Test validity of operations

  5. ts-nodeCLI tool for TS & REPL for Node.js

  6. ExtensibleNode.js can extend via native C/C++ add-ons

  7. V8JS Engine of Google Chrome & Node.js

  8. node ↔ start REPL Terminal for Node.js

  9. CommonJS ↔ (legacy) Module format (originally) for Servers (Node.js)

  10. Single-Threaded ↔ All ops in Node.js run on single Thread

  11. -vnode flag to show current version of Node.js installed

  12. Node Global Object ↔ Top-Level Object access within Node.js w/o req CommonJS import

  13. global ↔ global namespace object in Node.js

  14. Node API ↔ core Node.js internal Module built-in with Node.js

  15. corsNode.js Module for CORS to open up API so accessible by other Domains

  16. body-parserNode.js Middleware Module to parse (URL/JSON-encoded) POST data

  17. wsNode.js Module to build WebSockets Server

  18. socket.ioNode.js Module to build WebSockets with built-in Server/Client & fallback Long Polling

  19. Server RuntimeNode Runtime & Edge Runtime

  20. Node FrameworkAbstraction to simplify Node.js dev work

  21. Adjacency List ↔ List to rep Graph as collection of Node map to direct connections

  22. openaiOpenAI API for Node.js Backend (will expose Secret Key!)

  23. npm config list ↔ to print list of Node/npm dir & ver

  24. prismaORM with Node.js + TS to data model, with UI to view/mod db