Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a 'JavaScript everywhere' paradigm, unifying web application development around a single programming language, rather than different languages for server-side and client-side scripts.
300000 / day
500000 / day
3.5 page per visit
Domain Rating
Domain Authority
Citation Level
English, etc
All APIs of Node.js library are asynchronous, that is, non-blocking. It essentially means a Node.js based server never waits for an API to return data.
Being built on Google Chrome's V8 JavaScript Engine, Node.js library is very fast in code execution.
Node.js uses a single threaded model with event looping. Event mechanism helps the server to respond in a non-blocking way and makes the server highly scalable as opposed to traditional servers which create limited threads to handle requests.
Node.js applications never buffer any data. These applications simply output the data in chunks.
Node.js is released under the MIT license.
Ryan Dahl
May 27, 2009
v18.14.0 (LTS) / February 14, 2023
github.com/nodejs/node
C, C++, JavaScript
Linux, macOS, Microsoft Windows, SmartOS, FreeBSD, OpenBSD, IBM AIX
IA-32, x86-64, ARM, MIPS, PowerPC, SPARC
Runtime environment
Security headers report is a very important part of user data protection. Learn more about http headers for nodejs.org