NodeJS
Also known as:
nodenodejsnode.js
/noʊd dʒeɪ ɛs/
A JavaScript runtime built on Chrome's V8 JavaScript engine
Details
- Node.js enables JavaScript to run on the server-side, outside of web browsers.
- It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
- Node.js has a large ecosystem of packages available through npm (Node Package Manager).