Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created February 17, 2012 22:12
Show Gist options
  • Save jashkenas/1855734 to your computer and use it in GitHub Desktop.
Save jashkenas/1855734 to your computer and use it in GitHub Desktop.
app.get '/dynamic/data.js', (req, res) ->
db.selectTable 'projects', (projects) ->
db.selectTable 'memberships', (memberships) ->
db.selectTable 'pipes', (pipes) ->
db.selectFeeds (feeds) ->
# ... respond to request here ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment