Node js

 


Node.js is a javascript run time environment

it is not a language,frame work or a library

It is used for server side programming

js can be executed in the terminal without browser

DOM manipulation cannot be completed in the terminal as DOM elements are for the browser

as a browser has the WINDOW similarly node has the GLOBAL



Comments

Popular posts from this blog

DATABASE RELATIONSHIPS

ROUTING (GET /) home route

Query Strings