Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 598 Bytes

routers.md

File metadata and controls

10 lines (8 loc) · 598 Bytes

Routers

Libraries for handling application routing.

  • iron:router - A client and server side router designed specifically for Meteor.
  • meteorhacks:flow-router - Client Side Router for Meteor.
  • Fast Route - A fast routing library.
  • Klein - A flexible router.
  • Pux - Another fast routing library.
  • Route - A routing library built on top of Fast Route.