Wednesday, November 21, 2018

Understanding Nodejs Basics



What is Node.js?

Node.js is a server-side JavaScript run-time environment. It's open-source, including Google's V8 engine, libuv for cross-platform compatibility, and a core library. Notably, Node.js does not expose a global "window" object, since it does not run within a browser.









No comments:

Post a Comment