From e34ae1537c7bce56e2c7e72a7eb98c57f2d08d93 Mon Sep 17 00:00:00 2001 From: Joshua Hull Date: Mon, 31 May 2010 16:17:30 -0400 Subject: [PATCH] direct people to http_router instead --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 6db6565..31da3f6 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,13 @@ Tree-based router library. Useful for (specifically) for Rails and Rack, but probably generally useful for anyone interested in doing routing. Based on Ilya Grigorik suggestion, turns out looking up in a hash and following a tree is faster than Krauter's massive regex approach. +## The future + +This router has been an awful lot of fun, but a much more powerful, faster and kind-to-memory router is now available at. +* [http://github.com/joshbuddy/http_router](http://github.com/joshbuddy/http_router) + +It has almost all the of the features of Usher, and quite a few more Usher doesn't have. It doesn't support Rails 2.x, and likely, never will. But if you're doing Rack routing, or Sinatra, I think you'll be quite pleased with it. Cheers! + ## Features * Understands single and path-globbing variables