Skip to content

Instantly share code, notes, and snippets.

@jed
Created March 3, 2011 10:19
Show Gist options
  • Save jed/852587 to your computer and use it in GitHub Desktop.
Save jed/852587 to your computer and use it in GitHub Desktop.
curl -N localhost:8080
module.exports = function( exports, imports ) {
return imports( function
( run
, node$listen
, sleep
) {
run
()
( node$listen, 8080 )
( "test" )
( "test" )
( sleep, 500 )
( "test" )
( "test" )
()
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment