Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 425 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 425 Bytes

URL dispatcher module for Dojo Toolkit

The module provides a minimal dispatcher class that routes requests to views given in the routing rules. It supports named arguments. Open example demo.js to get an idea how you can use it.

Ideas were borrowed from Sammy.js and Django's URL dispatcher.