# delvedor/find-my-way

A crazy fast HTTP router

Repository: https://github.com/delvedor/find-my-way
Canonical: https://ross.abutalabs.com/products/find-my-way
Language: JavaScript
License: MIT
License Family: permissive
Topics: router, http, speed, radix-tree
Last push: 2026-08-21T19:56:14+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 3426, "days_push": 12, "days_rel": 12, "gap_med": 48, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1625, forks 156 (observed 2026-08-28T04:05:12.844207+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: routing, http-server, middleware
- domain: web-development, backend, apis, developer-tools
- platform: -
- tags: radix-tree, http-router, fastify, performance, url-matching, nodejs, javascript

## Member repositories
- delvedor/find-my-way (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:12.844207+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:48:30.492547+00:00, confidence not recorded.
  - readme: https://github.com/delvedor/find-my-way (fetched 2026-08-28T04:05:12.844207+00:00, sha 95d82abb697f)
  - registry_npm: https://registry.npmjs.org/find-my-way (fetched 2026-08-29T11:21:29.774641+00:00, sha 71288865d786)
- Data as of 2026-08-30T08:39:29.467469+00:00.
