Routing

List of routing packages which supports rendering of blaze templates.

Iron Router

A client and server side router designed specifically for Meteor.

To add Iron Router to your app, install the iron:router package

meteor add iron:router

For detailed information about all of the features Iron Router has to offer, refer to the Iron Router Guide

Flow Router

Carefully Designed Client Side Router for Meteor.

To add Flow Router to your app, install the kadira:flow-router package

meteor add kadira:flow-router

For detailed information about all of the features Flow Router has to offer, refer to the Kadira Meteor routing guide.

Flow Router Extra

Carefully extended flow-router with waitOn and template context

To add Flow Router Extra to your app, install the ostrio:flow-router-extra package

meteor add ostrio:flow-router-extra

For detailed information about all of the features Flow Router Extra has to offer, refer to the Flow Router Extra Documentation.

© 2011–2017 Meteor Development Group, Inc.
Licensed under the MIT License.
http://blazejs.org/guide/routing.html