Skip to content

Instantly share code, notes, and snippets.

@brainpicture
Created May 2, 2010 11:41
Show Gist options
  • Save brainpicture/387072 to your computer and use it in GitHub Desktop.
Save brainpicture/387072 to your computer and use it in GitHub Desktop.
with ( require( "fab" ) )
( fab )
( listen, 0xFAB )
( /^\/hello/ )
( tmpl )
( "Hello, <%= this %>!" )
( /^\/(\w+)$/ )
( capture.at, 0 )
( "world" )
( 404 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment