iron-meteor/iron-router
A client and server side router designed specifically for Meteor. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4824
- days_rel: n/a
- days_push: 3218
- n_releases_24m: 0
Adoption not part of the score
1962 stars · 405 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Iron Router is a client and server-side routing library designed specifically for the Meteor JavaScript platform. It lets developers define URL routes that render Blaze templates on the client or handle HTTP requests on the server, with support for route hooks, subscriptions, and dynamic path parameters.
Use cases
- routing urls to blaze templates in a meteor app
- handle http get and post requests on the meteor server
- create dynamic routes with url parameters like /items/:id
- run before-action hooks for authentication checks on routes
- show a loading template while meteor subscriptions wait
- share route definitions between client and server code
When to choose
- you maintain an existing meteor 1.x application already built with iron router
- you need isomorphic routing that works identically on client and server in meteor
- you want route hooks and subscription waiting integrated with blaze templates
When to avoid
- you are starting a new meteor project - flow-router is the more actively maintained alternative
- your project does not use the meteor platform
- you need long-term support or recent updates - the last release was in 2017
Facets
library · maturity abandoned
routing middleware web-framework web-development frontend backend browser cross-platform meteor isomorphic client-side-routing server-side-routing reactive-templates url-parameters route-hooks legacy javascript-frameworks nodejs web-server
1 source
- readme: https://github.com/iron-meteor/iron-router · fetched 2026-08-28 · 5be17edb95eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| iron-meteor/iron-router | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="iron-meteor/iron-router")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem