From 5adfe6b4adb0100df451168f8893aa42717f0212 Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 17:32:18 +0800 Subject: [PATCH] add routes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2a083d5..196cdaa 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [I18n And L10n](#i18n-and-l10n) * [Class](#class) * [Control Flow](#control-flow) + * [Routing](#routing) * UI * [Loading Status](#loading-status) * Validation @@ -214,6 +215,15 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy. +## Routing + +* [director](https://github.com/flatiron/director) - A tiny and isomorphic URL router for JavaScript. +* [page.js](https://github.com/visionmedia/page.js) - Micro client-side router inspired by the Express router (~1200 bytes). +* [pathjs](https://github.com/mtrpcic/pathjs) - Simple, lightweight routing for web browsers. +* [crossroads](https://github.com/millermedeiros/crossroads.js) - JavaScript Routes. +* [davis.js](https://github.com/olivernn/davis.js) - RESTful degradable JavaScript routing using pushState. + + ## Loading Status *Libraries for indicate load status.*