Node.js
Node.js JavaScript runtime ✨🐢🚀✨ observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 5.0
- age_days: 4298
- days_rel: 7
- days_push: 7
- n_releases_24m: 111
Adoption not part of the score
119568 stars · 36612 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Node.js is an open-source, cross-platform JavaScript runtime built on Chrome's V8 engine, enabling JavaScript to run outside the browser for servers, tools, and scripts. It is governed by the OpenJS Foundation with regular Current and LTS releases following semantic versioning.
Use cases
- run javascript on the server
- build a backend api in javascript
- write command-line tools with node
- host a realtime websocket server
- script build tooling in javascript
- run a local development web server
When to choose
- you want a mature, widely supported JavaScript runtime with LTS guarantees
- you need an event-driven, non-blocking server for I/O-heavy workloads
- your team already knows JavaScript and wants one language across stack
- you rely on the npm ecosystem of packages
When to avoid
- you need heavy CPU-bound computation without worker threads
- you require strict per-request memory isolation or multithreading by default
- your team standardizes on another runtime like Deno or Bun for its features
Facets
application · maturity stable
http-server developer-tools cli concurrency interpreter developer-tools backend web-development cross-platform windows cross-platform cli javascript-runtime v8 event-loop lts openjs-foundation npm-ecosystem command-line linux macos
1 source
- readme: https://github.com/nodejs/node · fetched 2026-08-28 · c239330508e4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nodejs/node | main | 95 |
| nodejs/node-v0.x-archive | mirror | 10 |
| nodejs/docker-node | infra | 77 |
| nodejs/nodejs.org | docs | 77 |
| nodejs/http-parser | backend | 10 |
| nodejs/Release | infra | 77 |
| nodejs/nodejs.dev | docs | 10 |
| nodejs/llhttp | backend | 92 |
| nodejs/node-chakracore | mirror | 10 |
| nodejs/help | docs | 53 |
| nodejs/readable-stream | mirror | 34 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem