Ross ROSS = Recommend OSS · open-source software intelligence for agents

visionmedia/express-resource

Resourceful routing for Express observed · 2026-08-28

github.com/visionmedia/express-resource · JavaScript observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 5668
  • days_rel: n/a
  • days_push: 2672
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1410 stars · 138 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Express Resource is a Node.js library that adds resourceful, REST-style routing to the Express web framework via an app.resource() method. It maps conventional CRUD actions (index, new, create, show, edit, update, destroy) to HTTP routes and supports nested resources and auto-loading of associated data.

Use cases

  • define RESTful CRUD routes for a resource in Express
  • map controller actions to standard HTTP verbs automatically
  • nest resources like forums with nested threads in Express
  • auto-load a record by id before a route handler runs
  • build a Rails-style resourceful API in Node.js

When to choose

  • you are maintaining a legacy Express 2.x or 3.x application that already uses it
  • you want Rails-style resource routing conventions in an old Express codebase

When to avoid

  • you are starting a new Express project - use express.Router or a modern REST framework instead
  • you use Express 4.x or later, which this library does not support
  • you need an actively maintained library with a license and recent releases

Facets

library · maturity abandoned

routing web-framework middleware web-development backend apis express restful-routing resource-routing monkey-patch legacy nodejs

1 source

Member repositories

RepositoryRoleHealth v2
visionmedia/express-resourcemain32

For agents

markdown · JSON · MCP: product_card(name="visionmedia/express-resource")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem