Skip to content

Instantly share code, notes, and snippets.

@ericz
Created September 9, 2014 01:40
Show Gist options
  • Save ericz/a25a721c0309fb7bbe3c to your computer and use it in GitHub Desktop.
Save ericz/a25a721c0309fb7bbe3c to your computer and use it in GitHub Desktop.
data = {}
app.get '/hello/:name', (req, res) ->
data[req.param.name] = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment