
Node.js is an open-source and cross-platform JavaScript runtime environment. Node.js runs the V8 JavaScript engine which makes Node.js to be very performant. It is a server side programming. A Node.js app runs in a single process, without creating a new thread for every request.
Advertisements