Friday 24 August 2018

Introduction to Node.js


Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. The V8 engine is the open-source JavaScript engine that runs in the Chrome, Opera and Vivaldi browsers.

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

Node.js is a cross-platform runtime environment and library for running JavaScript applications outside the browser.

It is used for creating server-side and networking web applications.

Extension of Node.js  is (.js)

It is open source and free to use. It can be downloaded from this link https://nodejs.org/en/

Node.js is released under the MIT license (The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT)).
Notes:
Node.js = Runtime Environment + JavaScript Library  

2 comments:

  1. Python is an open-source, high level, interpreted programming language which offers great opportunities for object-oriented programming. Choosing a python training program from Red Prism Group, which is best training institute for python in noida.

    ReplyDelete

apply function in R

1) apply function: It takes 3 arguments matrix,margin and function.. Example: m<-matrix(c(1,2,3,4),nrow=2,ncol=2) m #1 indicates it is ap...