How to Get Started with Node.js – Beginner's Guide to Node
By Arash Arora
Node.js is a JavaScript runtime that extends its capability to the server-side. It is built on Chrome’s V8 JavaScript Engine.
Node is an event-driven, non-blocking IO model. This means it's asynchronous, and doesn't block itself for on...
freecodecamp.org10 min read