nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on February 8th, 2024
Created on November 26th, 2014
Open Issues & Pull Requests: 1,382 (+0)
Number of forks: 36,582
Total Stargazers: 119,330 (+0)
Total Subscribers: 3,013 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.7 hours
Mean response time: 193.1 days
90th percentile: 699.7 days
Tracked items: 4,757

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 78% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "stream" is answered fastest, typically in about an hour, while "windows" waits about 4 weeks. Almost all tracked open issues have seen activity in the last three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 637
New in 7 days: 28
Closed in 7 days: 98
Avg open age: 655 days
Stale 30+ days: 390
Stale 90+ days: 111

Recent activity

Opened in 7 days: 24
Closed in 7 days: 94
Comments in 7 days: 125
Events in 7 days: 342

Top labels

  • feature request (1,981)
  • stale (1,709)
  • question (1,457)
  • doc (1,195)
  • windows (958)
  • confirmed-bug (948)
  • invalid (854)
  • v8 engine (841)

Detailed Description

Node.js is an open-source, cross-platform JavaScript runtime environment that enables developers to execute JavaScript code outside of web browsers. The project is governed through an open governance model with support from the OpenJS Foundation, and it maintains a Technical Steering Committee composed of voting members, regular members, and emeriti members who guide the project's direction and decision-making.

The repository implements a structured release strategy with three distinct release types. Current releases are under active development with a new major version released every six months in April and October, allowing for breaking changes. LTS releases, which occur on even-numbered major versions, receive 12 months of active support followed by 18 months of maintenance, providing stability and security focus for production environments. Nightly releases are built every 24 hours from the Current branch when changes are present, intended for testing purposes. All releases follow semantic versioning and are cryptographically signed by Release Team members, with verification possible through SHA checksums and PGP signatures available in download directories.

Node.js emphasizes collaborative contribution through its Code of Conduct and governance documentation, with clear expectations that contributors engage constructively. The project provides comprehensive support resources, API documentation available at nodejs.org/api, and detailed building instructions for developers who want to compile Node.js from source. Security vulnerabilities are handled through a dedicated security reporting process documented in SECURITY.md. The repository's classification spans multiple domains including web frameworks, runtime environments, APIs, server-side scripting, and event-driven programming, reflecting its broad applicability across the JavaScript development landscape. The project's focus on non-blocking I/O, asynchronous programming, and the V8 engine positions it as a foundational technology for scalable network applications and the broader npm ecosystem.