( generated on the "<%= source %>" )

Examples

Here are several 'working' examples, all examples as well as the rest of this site and the source code can be found on the GitHub page.

Basic and advanced routing

This example demonstrates how to setup different routes and how they will be processed.
Link: /examples/routing

Processing URL and POST parameters

This example demonstrates how to process URL parameters and POST parameters and there is some request.session magic in there as well.
Link: /examples/processing_url_and_post_parameters