Skip to content

Instantly share code, notes, and snippets.

@switz
Created April 29, 2012 06:35
Show Gist options
  • Save switz/2535776 to your computer and use it in GitHub Desktop.
Save switz/2535776 to your computer and use it in GitHub Desktop.
get '/?', (page, model) ->
model.subscribe
where:
songname: 'Reba'
skip: 10
limit: 5
, (err, video) ->
videos = model.get 'videos'
page.render
roomName: 'hello'
que: videos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment