Posts

Showing posts from November, 2018

Node.JS

Image
What is Node.js exactly? Node.js. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.You can also write web server with node.js as you can see on the front page of node.js Node.js is a JavaScript runtime environment. Sounds great, but what does that mean? How does that work? The Node run-time environment includes everything you need to execute a program written in JavaScript. Node.js came into existence when the original developers of JavaScript extended it from something you could only run in the browser to something you could run on your machine as a standalone application. Now you can do much more with JavaScript than just making websites interactive.JavaScript now has the capability to do things that other scripting languages like Python can do. Both your browser JavaScript and Node.js run on the V8 JavaScript runtime engine. This engine takes your JavaScript code and converts it into a fast