Easy Steps to Begin Working with Node.js
Node.js — A wrapper around V8 with built-in modules providing rich features through easy-to-use asynchronous APIs.
Why Node —
Wrapper around V8
Built-in modules (fs, http, crypto, zip, …)
Asynchronous APIs (no threads)
Debugger and other utilitie...
ngangai.hashnode.dev3 min read