Skip to content

Instantly share code, notes, and snippets.

@teyyihan
Created June 15, 2020 13:55
Show Gist options
  • Save teyyihan/60b57d5e30e68356b211b0468d23bbd1 to your computer and use it in GitHub Desktop.
Save teyyihan/60b57d5e30e68356b211b0468d23bbd1 to your computer and use it in GitHub Desktop.
Users.watch().on('change',(change)=>{
console.log('Something has changed')
io.to(change.fullDocument._id).emit('changes',change.fullDocument)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment