anvaka/ngraph
Beautiful Graphs observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 89
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4626
- days_rel: n/a
- days_push: 71
- n_releases_24m: 0
Adoption not part of the score
1510 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ngraph is a collection of JavaScript modules for graph data structures, algorithms, and rendering. It includes pathfinding, community detection, centrality metrics, serialization formats, and force-directed layout, usable in both browser and server environments.
Use cases
- find shortest paths in a graph
- visualize large graphs in the browser
- compute pagerank or centrality of a network
- detect communities in a graph
- convert graphs to and from DOT or GEXF files
- compute force-directed graph layout offline
- build a custom graph visualization app
When to choose
- you need fast, modular graph algorithms in JavaScript
- you want interactive 2D or 3D graph rendering in the browser
- you need to lay out very large graphs offline before rendering
- you prefer composing small npm packages over a monolithic library
When to avoid
- you need a batteries-included graph analytics platform like Gephi or NetworkX
- your project is not JavaScript/Node based
- you need heavy statistical graph modeling beyond algorithms and layout
Facets
library · maturity active
data-visualization search-engine serialization graphics data-visualization graphics web-development browser cross-platform graph-algorithms graph-rendering force-directed-layout pathfinding community-detection pagerank modular-packages algorithms nodejs javascript
1 source
- readme: https://github.com/anvaka/ngraph · fetched 2026-08-28 · be815f008faf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anvaka/ngraph | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem