CoffeeScript Router
A standalone router written in CoffeeScript that anyone can use in their web apps. It uses Ruby on Rails like human readable routes with named parameters instead of ugly regular expresssions.
Usage
From project root:
cake build:all
Include the resulting minified javascript file in your webpage
<javascript src="coffeescript-router.min.js"></javascript>
More Info
The original blog post about this project can be found here: