find-my-way
npmv9.9.0TypeScriptCrazy fast http radix based router
Safe to adopt
Yes — find-my-way scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 19 days ago. 12 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 19 days ago. 12 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 5 transitive packages, about 537 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 2 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding find-my-way to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing find-my-way, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >=20
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the find-my-way README.
const http = require('http')
const router = require('find-my-way')()
router.on('GET', '/', (req, res, params) => {
res.end('{"message":"hello world"}')
})
const server = http.createServer((req, res) => {
router.lookup(req, res)
})
server.listen(3000, err => {
if (err) throw err
console.log('Server listening on: http://localhost:3000')find-my-way vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| find-my-waythis page | 0 | 1 | MIT | 19 days ago |
| express | 92.8M | 17 | MIT | 1 day ago |
| hono | 0 | 4 | MIT | 1 day ago |
| content-type | 191.4M | 6 | MIT | 1 day ago |
| negotiator | 183.3M | 2 | MIT | 1 day ago |
| node-fetch | 172.9M | 9 | MIT | 1 day ago |
Dependencies
Declared by find-my-way v9.9.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (12)
Used by
Popular packages that depend on find-my-way.
Relationship graph
Dependencies (left) and dependents (right) of find-my-way.
Frequently installed together
An HTTP/1.1 client, written from scratch for Node.js
Create HTTP error objects
An AST-based pattern checker for JavaScript.
Manipulate the HTTP Vary header
Really Fast Deep Clone
Build and manage the fast-json-stringify instances for the fastify framework
Fake HTTP injection library
LRU and FIFO caches for Client or Server
Build and manage the AJV instances for the fastify framework
A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.
Determine the address of a proxied request
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Release history
8 releases in the last two years, typically about 49 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 9.9.0latest | 19 days ago | 418 KB | MIT |
| 9.8.0 | 26 days ago | 413 KB | MIT |
| 9.7.0 | 1 month ago | 403 KB | MIT |
| 9.6.0 | 4 months ago | 396 KB | MIT |
| 9.5.0 | 6 months ago | 393 KB | MIT |
| 9.4.0 | 8 months ago | 390 KB | MIT |
| 9.3.0 | 1 year ago | 387 KB | MIT |
| 9.2.0 | 1 year ago | 386 KB | MIT |
| 9.1.0 | 1 year ago | 377 KB | MIT |
| 8.2.2 | 2 years ago | 376 KB | MIT |
| 9.0.1 | 2 years ago | 377 KB | MIT |
| 8.2.1 | 2 years ago | 377 KB | MIT |
| 9.0.0 | 2 years ago | 376 KB | MIT |
| 8.2.0 | 2 years ago | 375 KB | MIT |
| 8.1.0 | 2 years ago | 366 KB | MIT |
Overview
find-my-way is an npm package that crazy fast http radix based router. It has 1 known dependents in the graph. The latest version is 9.9.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need crazy fast http radix based router and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use find-my-way?
Yes — find-my-way scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 19 days ago. 12 releases in the last 2 years.
How do I install find-my-way?
Run `npm install find-my-way` to add find-my-way to your npm project.
How many dependencies does find-my-way have?
find-my-way declares 15 direct dependencies and pulls in 5 packages in total once its runtime tree is resolved totalling about 537 KB on disk.
What license is find-my-way released under?
find-my-way is distributed under the MIT license.
How popular is find-my-way?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on find-my-way.
Is find-my-way still maintained?
The most recent release of find-my-way (v9.9.0) was published 19 days ago.
Does find-my-way run install scripts?
No. find-my-way does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.