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

delvedor/find-my-way

A crazy fast HTTP router observed · 2026-08-28

github.com/delvedor/find-my-way · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 98
  • Release rhythm 86
  • Longevity 100
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: 48
  • age_days: 3426
  • days_rel: 12
  • days_push: 12
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

1625 stars · 156 forks observed · 2026-08-28

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

find-my-way is a high-performance HTTP router for Node.js built on a radix tree (compact prefix tree). It is framework independent and supports route params, wildcards, constraints, and versioned routes.

Use cases

  • route http requests to handlers in node.js
  • match urls with parameters and wildcards
  • build a fast web framework or api server
  • add constraint-based routing like host or version matching
  • replace a slow router with a faster one

When to choose

  • you need extremely fast request routing in Node.js
  • you are building your own HTTP framework
  • you need parametric, wildcard, or constrained routes with minimal overhead

When to avoid

  • you want a full web framework with middleware, body parsing, and templating
  • you are not in a Node.js/JavaScript environment

Facets

library · maturity stable

routing http-server middleware web-development backend apis developer-tools radix-tree http-router fastify performance url-matching nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
delvedor/find-my-waymain94

For agents

markdown · JSON · MCP: product_card(name="delvedor/find-my-way")

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