Node.js is an open source and single threaded server framework written in Javascript. It is one of the most popular framework for executing Javascript code on server side.
Node.js is becoming an increasingly popular server side technology built on Chrome's V8 JavaScript engine. Node.js is asynchronous and event driven in nature which makes it lightweight and efficient as it prevents any sort of blocking and allows the rest of the code to run in the meanwhile