Skip to content

Commit

Permalink
direct people to http_router instead
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed May 31, 2010
1 parent bf66190 commit e34ae15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.markdown
Expand Up @@ -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
Expand Down

0 comments on commit e34ae15

Please sign in to comment.