Introduction to Node.js

added by JavaScript Kicks
6/17/2019 6:47:25 AM

147 Views

Node.js is an open-source and cross-platform JavaScript runtime environment. It runs on the V8 JavaScript engine (core of Google Chrome) and allows JavaScript to run outside of the browser and in any platform. JavaScript code runs on any system that has Nodejs installed.


0 comments