Node.js — Run JavaScript Everywhere | Website analytics by TrustRadar
Blurry colored background
nodejs.org Programming Web Development JavaScript Runtime Environment

Node.js — Run JavaScript Everywhere

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.

Unique Visits

9000000

300000 / day

Total Views

15000000

500000 / day

Visit Duration, avg.

00:05:30

3.5 page per visit

Bounce Rate

40%

  • Domain Rating

  • Domain Authority

  • Citation Level

Founded in

2009

Supported Languages

English, etc

Key Features of the Site

Asynchronous and Event Driven

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.

Very Fast

Being built on Google Chrome's V8 JavaScript Engine, Node.js library is very fast in code execution.

Single Threaded but Highly Scalable

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.

No Buffering

Node.js applications never buffer any data. These applications simply output the data in chunks.

License

Node.js is released under the MIT license.

Additional information

Developer

Ryan Dahl

Initial Release

May 27, 2009

Stable Release

v18.14.0 (LTS) / February 14, 2023

Repository

github.com/nodejs/node

Written in

C, C++, JavaScript

Operating System

Linux, macOS, Microsoft Windows, SmartOS, FreeBSD, OpenBSD, IBM AIX

Platform

IA-32, x86-64, ARM, MIPS, PowerPC, SPARC

Type

Runtime environment

HTTP headers

Security headers report is a very important part of user data protection. Learn more about http headers for nodejs.org