Intro to Node.js
According to node.js’s official documentation, Node.js is a JavaScript runtime built on chrome’s v8 Javascript engine. node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js package ecosystem “npm” is t...
Sep 30, 20213 min read196